* 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
This commit is contained in:
akr 2011-11-18 23:19:26 +00:00
Родитель 714ec98ec4
Коммит 805a01cb9a
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sat Nov 19 08:18:41 2011 Tanaka Akira <akr@fsij.org>
* test/net/http/test_http.rb: remove temporally files.
Fri Nov 18 17:18:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/io/console/console.c (console_raw, console_set_raw)

Просмотреть файл

@ -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