From d3216922c2f42453dcacc65f5409b623d01707df Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 15 Nov 2012 06:15:17 +0000 Subject: merge revision(s) 36491,36877: [Backport #7320] Use 0 for webrick's port and get the actual port. [Bug #6766] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/http/test_https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net/http/test_https.rb') diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 983ba7f456..2f2c699ba2 100644 --- a/test/net/http/test_https.rb +++ b/test/net/http/test_https.rb @@ -24,7 +24,7 @@ class TestNetHTTPS < Test::Unit::TestCase CONFIG = { 'host' => '127.0.0.1', - 'port' => 10082, # different from test_http.rb + 'port' => 0, 'proxy_host' => nil, 'proxy_port' => nil, 'ssl_enable' => true, -- cgit v1.2.3