diff options
author | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 23:29:49 +0000 |
---|---|---|
committer | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 23:29:49 +0000 |
commit | 1ab0a73c6bb59054d549d8b1268aa72ae6bcd712 (patch) | |
tree | 076ffdef0450c26b567ee5c4c3d8ef9f8db44ada /ChangeLog | |
parent | a08fc81d1855d54b57d2ef35eb590196262bf81c (diff) | |
download | ruby-1ab0a73c6bb59054d549d8b1268aa72ae6bcd712.tar.gz ruby-1ab0a73c6bb59054d549d8b1268aa72ae6bcd712.tar.xz ruby-1ab0a73c6bb59054d549d8b1268aa72ae6bcd712.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Mar 21 08:20:00 2007 Nathaniel Talbott <ntalbott@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * marshal.c (w_extended): erroneous check condition when dump |