aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
diff options
context:
space:
mode:
authorayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-30 03:51:03 +0000
committerayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-30 03:51:03 +0000
commit3893159530be06b978b4f15e12c9840862b73cca (patch)
tree840fcdbcec6ae6c6a10c3a7127f7bc0bd381314a /test/net
parent0456c36d03adcdc93893395b91c789c02b1b4917 (diff)
downloadruby-3893159530be06b978b4f15e12c9840862b73cca.tar.gz
* test/net/http/test_https.rb: update test for r35494
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/net')
-rw-r--r--test/net/http/test_https.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb
index 49e5ecbeb0..3b843b140f 100644
--- a/test/net/http/test_https.rb
+++ b/test/net/http/test_https.rb
@@ -103,7 +103,7 @@ class TestNetHTTPS < Test::Unit::TestCase
ex = assert_raise(OpenSSL::SSL::SSLError){
http.request_get("/") {|res| }
}
- assert_match(/hostname does not match/, ex.message)
+ assert_match(/hostname \"127.0.0.1\" does not match/, ex.message)
end
def test_timeout_during_SSL_handshake