1
0
Fork 0
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:
naruse 2011-02-19 12:43:27 +00:00
parent 774eeba60d
commit 84b96e1be4
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -1,5 +1,6 @@
require "test/unit/testcase"
require 'rexml/document'
require 'rexml/entity'
require 'rexml/source'