From 1ab0a73c6bb59054d549d8b1268aa72ae6bcd712 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Tue, 20 Mar 2007 23:29:49 +0000 Subject: * test/testunit/collector/test_dir.rb: Fixed test/unit tests that were breaking due to Module#public_instance_methods now returning a Symbol instead of a String. * test/testunit/collector/test_objectspace.rb: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32b421463..6b285c01d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Mar 21 08:20:00 2007 Nathaniel Talbott + + * test/testunit/collector/test_dir.rb: Fixed test/unit tests that + were breaking due to Module#public_instance_methods now + returning a Symbol instead of a String. + + * test/testunit/collector/test_objectspace.rb: Ditto. + Tue Mar 20 22:54:50 2007 Yukihiro Matsumoto * marshal.c (w_extended): erroneous check condition when dump -- cgit