1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/net/http/utils.rb (spawn_server): Specify zero for port to

avoid reusing an allocated port.

* test/net/http/test_http.rb: Don't specify port here.

* test/net/http/test_https.rb: Ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-11-19 12:29:46 +00:00
parent 2127b9cfc7
commit 6895e77ffc
4 changed files with 11 additions and 8 deletions

View file

@ -24,7 +24,6 @@ class TestNetHTTPS < Test::Unit::TestCase
CONFIG = {
'host' => '127.0.0.1',
'port' => 0,
'proxy_host' => nil,
'proxy_port' => nil,
'ssl_enable' => true,