Use different port from test/xmlrpc/test_cookie.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
536ecb3477
commit
a0046fe949
@ -63,7 +63,7 @@ class Test_Webrick < Test::Unit::TestCase
|
||||
start_server(option) {|w| w.mount('/RPC2', create_servlet) }
|
||||
end
|
||||
|
||||
PORT = 8070
|
||||
PORT = 8071
|
||||
def test_client_server
|
||||
# NOTE: I don't enable SSL testing as this hangs
|
||||
[false].each do |use_ssl|
|
||||
|
Loading…
x
Reference in New Issue
Block a user