diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-28 19:47:55 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-28 19:47:55 +0000 |
| commit | 0039430d54bebf41e2cd0e71f8c03a4560026110 (patch) | |
| tree | d1c884bec5e5685b0326664574e8191311000728 /ChangeLog | |
| parent | 3e4eee53f679f0f2f878a9b58e8d7ba2630f3acd (diff) | |
| download | ruby-0039430d54bebf41e2cd0e71f8c03a4560026110.tar.gz ruby-0039430d54bebf41e2cd0e71f8c03a4560026110.tar.xz ruby-0039430d54bebf41e2cd0e71f8c03a4560026110.zip | |
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):
throw won't raise NameError nor ThreadError but ArgumentError on 1.9.
(Test::Unit::Assertions#assert_not_throws): ditto.
* test/testunit/test_assertions.rb: add assertions for throwing some
objects other than Symbol.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Dec 29 04:46:58 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws): + throw won't raise NameError nor ThreadError but ArgumentError on 1.9. + (Test::Unit::Assertions#assert_not_throws): ditto. + + * test/testunit/test_assertions.rb: add assertions for throwing some + objects other than Symbol. + Sat Dec 29 03:10:12 2007 NAKAMURA Usaku <usa@ruby-lang.org> * io.c (io_unread): fix typo. |
