diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-04 17:49:39 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-04 17:49:39 +0000 |
| commit | 2861192716318c9ec9a8e52cf8f8bcfa43934635 (patch) | |
| tree | ade4b7aff3ab91ab2c1ad1e43ce95873955dde1c /ChangeLog | |
| parent | a61d392b45488b30e790c919c6b1ba1692dd5720 (diff) | |
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):
allow multiple exception list. [ruby-core:01884]
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):
check whether arguments are subclass of Exception.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5112 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 @@ +Fri Dec 5 02:49:35 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): + allow multiple exception list. [ruby-core:01884] + + * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised): + check whether arguments are subclass of Exception. + Thu Dec 4 21:50:07 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply): |
