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

* ChangeLog: re-edit, and fix indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-02-13 01:13:17 +00:00
parent 7c3a80272a
commit 0224758a7a

View file

@ -1,19 +1,19 @@
Sun Feb 13 09:56:44 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/openssl/test_config.rb (OpenSSL#test_freeze): fix error
message assertion.
message assertion.
* test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
return true to finish the test.
return true to finish the test.
* test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
use assert_not instead of refute, unless required minitest
directly.
use assert_not instead of refute, unless required minitest
explicitly.
* test/test_prime.rb (TestPrime::sieve.Integer): ditto.
* test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):
catch IOError when server socket was closed.
catch IOError when server socket was closed.
Sun Feb 13 07:39:51 2011 Yukihiro Matsumoto <matz@ruby-lang.org>