* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is not (always) 127.0.0.1. Don't expect that.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2012-07-26 05:54:29 +00:00
Родитель 22783fdbc5
Коммит 9b16b7478a
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Thu Jul 26 14:51:29 2012 URABE Shyouhei <shyouhei@ruby-lang.org>
* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse):
localhost is not (always) 127.0.0.1. Don't expect that.
Thu Jul 26 07:18:38 2012 <kanemoto@ruby-lang.org>
* ext/json/fbuffer/fbuffer.h: avoid compilation error on AIX by

Просмотреть файл

@ -80,6 +80,8 @@ class TestNetHTTPS < Test::Unit::TestCase
socket = http.instance_variable_get(:@socket).io
assert socket.session_reused?
rescue SystemCallError
skip $!
end
if ENV["RUBY_OPENSSL_TEST_ALL"]