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
Родитель 536ecb3477
Коммит a0046fe949
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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