mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue