mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/xmlrpc: Test webrick error log is empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a11aa75662
commit
a4b5982b4c
3 changed files with 11 additions and 5 deletions
|
@ -14,7 +14,7 @@ class Test_Webrick < Test::Unit::TestCase
|
|||
@@basic_auth = WEBrick::HTTPAuth::BasicAuth.new(
|
||||
:Realm => 'auth',
|
||||
:UserDB => WEBrick::HTTPAuth::Htpasswd.new(File.expand_path('./htpasswd', File.dirname(__FILE__))),
|
||||
:Logger => Logger.new(File::NULL),
|
||||
:Logger => NoLog,
|
||||
)
|
||||
|
||||
def create_servlet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue