From a267b9512afdd66498872484d24542c810f65b99 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 2 Feb 2012 07:22:17 +0000 Subject: * 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 --- ChangeLog | 5 +++++ test/net/http/test_http.rb | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 45385f3fff..30488f2e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 2 16:21:01 2012 NAKAMURA Usaku + + * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug + output. + Thu Feb 2 01:24:34 2012 Yusuke Endoh * parse.y (debug_lines, coverage): set file path encoding for coverage diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb index b27aeb1cdc..6de57d3196 100644 --- a/test/net/http/test_http.rb +++ b/test/net/http/test_http.rb @@ -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 -- cgit v1.2.3