From fe2a37dbcbae5324618845968dd63e458010970d Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 14 Feb 2007 16:53:00 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@11743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6cac3a70..e2975c1b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 15 01:50:26 2007 Koichi Sasada + + * 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. + Thu Feb 15 01:43:45 2007 Koichi Sasada * lib/delegate.rb: catch up with class local variable (@_v) spec. -- cgit