Fix tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
774eeba60d
commit
84b96e1be4
@ -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,
|
||||
|
@ -1,5 +1,6 @@
|
||||
require "test/unit/testcase"
|
||||
|
||||
require 'rexml/document'
|
||||
require 'rexml/entity'
|
||||
require 'rexml/source'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user