зеркало из https://github.com/github/ruby.git
* 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:
Родитель
714ec98ec4
Коммит
805a01cb9a
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче