mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Test_Webrick < Test::Unit::TestCase
|
||||||
start_server(option) {|w| w.mount('/RPC2', create_servlet) }
|
start_server(option) {|w| w.mount('/RPC2', create_servlet) }
|
||||||
end
|
end
|
||||||
|
|
||||||
PORT = 8070
|
PORT = 8071
|
||||||
def test_client_server
|
def test_client_server
|
||||||
# NOTE: I don't enable SSL testing as this hangs
|
# NOTE: I don't enable SSL testing as this hangs
|
||||||
[false].each do |use_ssl|
|
[false].each do |use_ssl|
|
||||||
|
|
Loading…
Reference in a new issue