diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 16:53:00 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 16:53:00 +0000 |
commit | a8d47615da58b73423cf638f57b694d6ab463b9b (patch) | |
tree | 762058aa2608139519d4d8993548504a8e418e59 /test/xmlrpc | |
parent | 970df0d1385ea23c453f4779050a31c4379d6d11 (diff) | |
download | ruby-a8d47615da58b73423cf638f57b694d6ab463b9b.tar.gz |
* test/fileutils/test_fileutils.rb (check_singleton): fix to use
symbole instead of string.
* test/io/nonblock/test_flush.rb: enable tests.
* test/xmlrpc/test_webrick_server.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc')
-rw-r--r-- | test/xmlrpc/test_webrick_server.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/xmlrpc/test_webrick_server.rb b/test/xmlrpc/test_webrick_server.rb index 5d5b8bc194..4cd63cfa74 100644 --- a/test/xmlrpc/test_webrick_server.rb +++ b/test/xmlrpc/test_webrick_server.rb @@ -52,7 +52,6 @@ class Test_Webrick < Test::Unit::TestCase PORT = 8070 def test_client_server -assert false, "This tests doesn't work on YARV" # NOTE: I don't enable SSL testing as this hangs [false].each do |use_ssl| begin |