1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2007-02-14 16:53:00 +00:00
parent 970df0d138
commit a8d47615da
4 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,6 @@ end
class TestIONonblock < Test::Unit::TestCase
def test_flush # [ruby-dev:24985]
flunk "YARV doesn't support io/nonblock"
r,w = IO.pipe
w.nonblock = true
w.sync = false