From 0039430d54bebf41e2cd0e71f8c03a4560026110 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 28 Dec 2007 19:47:55 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d73edbe1e..5234322e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Dec 29 04:46:58 2007 GOTOU Yuuzou + + * 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 * io.c (io_unread): fix typo. -- cgit