From 84b96e1be466b0f7621a90a9a2bbecebd105e260 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 19 Feb 2011 12:43:27 +0000 Subject: Fix tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/net/http/test_https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/net/http') diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 8da7090c68..983ba7f456 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' => 10081, + 'port' => 10082, # different from test_http.rb 'proxy_host' => nil, 'proxy_port' => nil, 'ssl_enable' => true, -- cgit v1.2.3