summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 02:49:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 02:49:13 +0000
commit0babd248270c0e108ef593b36d0fd188c966ecbb (patch)
tree2d5caeb914dabf7d9a7fe25cb0caf9350031aaf8 /test/net/http/test_http.rb
parentf367fe81b1c1b71bf0e4094d1abdefd1a5ded423 (diff)
* test/net/http: Examine webrick log.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net/http/test_http.rb')
-rw-r--r--test/net/http/test_http.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/http/test_http.rb b/test/net/http/test_http.rb
index 704456f3a3..bd0d960b96 100644
--- a/test/net/http/test_http.rb
+++ b/test/net/http/test_http.rb
@@ -277,6 +277,7 @@ module TestNetHTTP_version_1_1_methods
end
}
assert_equal 1, i
+ @log_pattern = nil # server may encount ECONNRESET
end
def test_get__implicit_start