summaryrefslogtreecommitdiff
path: root/test/net/http
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-18 23:19:26 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-18 23:19:26 +0000
commit805a01cb9a723f3d9f2a53591a3c3fdd61046547 (patch)
tree52347ed53602a4c1fad88af611567dcd326c4941 /test/net/http
parent714ec98ec4015917337b3271c98f49a143e175d8 (diff)
* 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
Diffstat (limited to 'test/net/http')
-rw-r--r--test/net/http/test_http.rb2
1 files changed, 2 insertions, 0 deletions
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