зеркало из https://github.com/github/ruby.git
* test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'
into #setup_http_server mohtod to avoid soap test errors. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
5913c969f1
Коммит
86761931c8
|
@ -1,3 +1,8 @@
|
|||
Sat Nov 20 01:45:04 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'
|
||||
into #setup_http_server mohtod to avoid soap test errors.
|
||||
|
||||
Fri Nov 19 22:44:43 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* lib/test/unit/collector/dir.rb: better support for -p/-x option.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
require 'test/unit'
|
||||
require 'webrick'
|
||||
require 'webrick/https'
|
||||
require File.join(File.dirname(__FILE__), 'webrick_testing')
|
||||
require "xmlrpc/server"
|
||||
require 'xmlrpc/client'
|
||||
|
@ -34,6 +33,7 @@ class Test_Webrick < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def setup_http_server(port, use_ssl)
|
||||
require 'webrick/https'
|
||||
start_server(
|
||||
:Port => port,
|
||||
:SSLEnable => use_ssl,
|
||||
|
|
Загрузка…
Ссылка в новой задаче