1
0
Fork 0
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:
naruse 2012-12-13 06:16:14 +00:00
parent 536ecb3477
commit a0046fe949

View file

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