ignore server side error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b39132e993
commit
d02211c9da
@ -212,7 +212,7 @@ class TestNetHTTPS < Test::Unit::TestCase
|
||||
http.verify_callback = Proc.new do |preverify_ok, store_ctx|
|
||||
true
|
||||
end
|
||||
@log_tester = lambda {|log| assert_not_equal([], log) }
|
||||
@log_tester = lambda {|_| }
|
||||
ex = assert_raise(OpenSSL::SSL::SSLError){
|
||||
http.request_get("/") {|res| }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user