Show OpenSSL version in the error message of assert_equal
This commit is contained in:
parent
055615a473
commit
bc79229be9
@ -182,7 +182,7 @@ class TestNetHTTPS < Test::Unit::TestCase
|
||||
http.get("/")
|
||||
|
||||
socket = http.instance_variable_get(:@socket).io
|
||||
assert_equal false, socket.session_reused?
|
||||
assert_equal false, socket.session_reused?, "NOTE: OpenSSL library version is #{OpenSSL::OPENSSL_LIBRARY_VERSION}"
|
||||
|
||||
http.finish
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user