From bebd7e4511aca3141532d95ee5bd0237f621c059 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 22 Jan 2010 15:03:32 +0000 Subject: * test/ruby/test_array.rb: add a test for Array#rotate, rotate!. * test/ruby/test_dir.rb, test/ruby/test_fnmatch.rb: add some tests (for coverage of dir.c). * test/ruby/test_enum.rb: add a test for Enumerable#minmax. * test/ruby/test_enumerator.rb: add some tests for Enumerator#inspect, Enumerator::Generator and Yielder. * test/ruby/test_env.rb: add a test for ENV#index. * test/ruby/test_exception.rb: add some tests (for coverage of error.c). * test/ruby/test_hash.rb: add a test for recursive check. * test/ruby/test_integer.rb: add a test for number of argument of Integer. * test/ruby/test_method.rb: add a test for define_method. * test/ruby/test_module.rb: add a test for constant of included module. * test/ruby/test_proc.rb: add a test for parameters with cfunc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2082fe83f2..7936e055a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +Fri Jan 22 23:54:04 2010 Yusuke Endoh + + * test/ruby/test_array.rb: add a test for Array#rotate, rotate!. + + * test/ruby/test_dir.rb, test/ruby/test_fnmatch.rb: add some tests + (for coverage of dir.c). + + * test/ruby/test_enum.rb: add a test for Enumerable#minmax. + + * test/ruby/test_enumerator.rb: add some tests for Enumerator#inspect, + Enumerator::Generator and Yielder. + + * test/ruby/test_env.rb: add a test for ENV#index. + + * test/ruby/test_exception.rb: add some tests (for coverage of + error.c). + + * test/ruby/test_hash.rb: add a test for recursive check. + + * test/ruby/test_integer.rb: add a test for number of argument of + Integer. + + * test/ruby/test_method.rb: add a test for define_method. + + * test/ruby/test_module.rb: add a test for constant of included + module. + + * test/ruby/test_proc.rb: add a test for parameters with cfunc. + Fri Jan 22 23:50:03 2010 Yusuke Endoh * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb, -- cgit v1.2.3