From 25f41cb52253acc0edc5340838c6c445cc2527d2 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sat, 9 Sep 2006 05:14:40 +0000 Subject: Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7361b54ad..925b00956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 9 14:08:38 2006 Eric Hodel + + * lib/test/unit/testcase.rb (Test::Unit::TestCase#run): Rescue + Exception in Test::Unit::TestCase#run. [ruby-core:08783] + Sat Sep 9 04:55:59 2006 Nobuyoshi Nakada * lib/pstore.rb: open all in binary mode, and get rid of the quirk of -- cgit