[前][次][番号順一覧][スレッド一覧]

ruby-changes:22367

From: usa <ko1@a...>
Date: Thu, 2 Feb 2012 16:22:30 +0900 (JST)
Subject: [ruby-changes:22367] usa:r34416 (trunk): * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug

usa	2012-02-02 16:22:17 +0900 (Thu, 02 Feb 2012)

  New Revision: 34416

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34416

  Log:
    * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug
      output.

  Modified files:
    trunk/ChangeLog
    trunk/test/net/http/test_http.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34415)
+++ ChangeLog	(revision 34416)
@@ -1,3 +1,8 @@
+Thu Feb  2 16:21:01 2012  NAKAMURA Usaku  <usa@r...>
+
+	* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debug
+	  output.
+
 Thu Feb  2 01:24:34 2012  Yusuke Endoh  <mame@t...>
 
 	* parse.y (debug_lines, coverage): set file path encoding for coverage
Index: test/net/http/test_http.rb
===================================================================
--- test/net/http/test_http.rb	(revision 34415)
+++ test/net/http/test_http.rb	(revision 34416)
@@ -578,7 +578,6 @@
 
   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 @@
 
   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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]