Skip to content

Commit 9c16c38

Browse files
committed
Removed server-side log test
1 parent f00d198 commit 9c16c38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/net/http/test_https.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,6 @@ def test_certificate_verify_failure
240240
http.request_get("/") {|res| }
241241
}
242242
assert_match(/certificate verify failed/, ex.message)
243-
unless /mswin|mingw/ =~ RUBY_PLATFORM
244-
# on Windows, Errno::ECONNRESET will be raised, and it'll be eaten by
245-
# WEBrick
246-
@log_tester = lambda {|log|
247-
assert_equal(1, log.length)
248-
assert_match(/ERROR OpenSSL::SSL::SSLError:/, log[0])
249-
}
250-
end
251243
end
252244

253245
def test_identity_verify_failure

0 commit comments

Comments
 (0)