зеркало из https://github.com/github/ruby.git
* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug
output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8107587039
Коммит
a267b9512a
|
@ -1,3 +1,8 @@
|
|||
Thu Feb 2 16:21:01 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug
|
||||
output.
|
||||
|
||||
Thu Feb 2 01:24:34 2012 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* parse.y (debug_lines, coverage): set file path encoding for coverage
|
||||
|
|
|
@ -578,7 +578,6 @@ class TestNetHTTPKeepAlive < Test::Unit::TestCase
|
|||
|
||||
def test_keep_alive_get_auto_reconnect
|
||||
start {|http|
|
||||
http.set_debug_output($stderr)
|
||||
res = http.get('/')
|
||||
http.keep_alive_timeout = 1
|
||||
assert_kind_of Net::HTTPResponse, res
|
||||
|
@ -594,7 +593,6 @@ class TestNetHTTPKeepAlive < Test::Unit::TestCase
|
|||
|
||||
def test_keep_alive_get_auto_retry
|
||||
start {|http|
|
||||
http.set_debug_output($stderr)
|
||||
res = http.get('/')
|
||||
http.keep_alive_timeout = 5
|
||||
assert_kind_of Net::HTTPResponse, res
|
||||
|
|
Загрузка…
Ссылка в новой задаче