From 805a01cb9a723f3d9f2a53591a3c3fdd61046547 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 18 Nov 2011 23:19:26 +0000 Subject: [PATCH] * test/net/http/test_http.rb: remove temporally files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ test/net/http/test_http.rb | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc3cc537ed..92d195678b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 19 08:18:41 2011 Tanaka Akira + + * test/net/http/test_http.rb: remove temporally files. + Fri Nov 18 17:18:16 2011 Nobuyoshi Nakada * ext/io/console/console.c (console_raw, console_set_raw) diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb index f863ba62c7..c8792114b4 100644 --- a/test/net/http/test_http.rb +++ b/test/net/http/test_http.rb @@ -360,6 +360,7 @@ __EOM__ _test_set_form_multipart(http, false, data, expected) _test_set_form_multipart(http, true, data, expected) } + file.close(true) end def _test_set_form_urlencoded(http, data) @@ -420,6 +421,7 @@ __EOM__ res = http.request req #assert_equal(expected, res.body) } + file.close(true) end end