mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
return true to finish the test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b16fc57852
commit
afafb8c055
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
Sun Feb 13 09:56:36 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Feb 13 09:56:40 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
|
||||||
|
return true to finish the test.
|
||||||
|
|
||||||
* test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
|
* test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
|
||||||
use assert_not instead of refute, unless required minitest
|
use assert_not instead of refute, unless required minitest
|
||||||
|
|
|
@ -41,5 +41,6 @@ class TestIONonblock < Test::Unit::TestCase
|
||||||
assert_nothing_raised {t.join}
|
assert_nothing_raised {t.join}
|
||||||
}
|
}
|
||||||
assert_equal(4097, result.size)
|
assert_equal(4097, result.size)
|
||||||
|
true
|
||||||
end
|
end
|
||||||
end if IO.method_defined?(:nonblock)
|
end if IO.method_defined?(:nonblock)
|
||||||
|
|
Loading…
Reference in a new issue