From 5334d202530d25c5ff18be092b19be0d0261882a Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 27 Sep 2003 07:03:29 +0000 Subject: * lib/soap/rpc/cgistub.rb: make logging severity threshold higher. * lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to give a change to reset logging severity threshold. * test/soap/calc/test_*, test/soap/helloworld/test_helloworld.rb: run silent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 5cb6a4f2a..0ac522c09 100644 --- a/MANIFEST +++ b/MANIFEST @@ -626,6 +626,7 @@ test/ruby/test_defined.rb test/ruby/test_eval.rb test/ruby/test_exception.rb test/ruby/test_float.rb +test/ruby/test_file.rb test/ruby/test_gc.rb test/ruby/test_hash.rb test/ruby/test_ifunless.rb -- cgit