diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-09 02:49:13 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-09 02:49:13 +0000 |
commit | 0babd248270c0e108ef593b36d0fd188c966ecbb (patch) | |
tree | 2d5caeb914dabf7d9a7fe25cb0caf9350031aaf8 /test/net/http/test_https.rb | |
parent | f367fe81b1c1b71bf0e4094d1abdefd1a5ded423 (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_https.rb')
-rw-r--r-- | test/net/http/test_https.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 0df003bdda..89845c584a 100644 --- a/test/net/http/test_https.rb +++ b/test/net/http/test_https.rb @@ -117,6 +117,7 @@ class TestNetHTTPS < Test::Unit::TestCase end } assert_match(/certificate verify failed/, ex.message) + @log_pattern = /ERROR OpenSSL::SSL::SSLError:/ end def test_identity_verify_failure |