From d07fd56216221fffe995e9cad95999d4f608dae0 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 16 Jan 2009 04:57:45 +0000 Subject: * test/minitest/test_mini_test.rb: the number of assertions must be exactly equal to the number of assertion method calls that the end-user would write. [ruby-dev:37703] * lib/minitest/unit.rb: ditto. Patch by David Flanagan . [ruby-core:21350] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c058898d..90eb3a6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jan 16 13:28:09 2009 Yuki Sonoda (Yugui) + + * test/minitest/test_mini_test.rb: the number of assertions must be + exactly equal to the number of assertion method calls that the end-user + would write. [ruby-dev:37703] + + * lib/minitest/unit.rb: ditto. + Patch by David Flanagan . [ruby-core:21350] + Fri Jan 16 12:24:39 2009 Koichi Sasada * thread.c (thread_start_func_2): call ruby_cleanup() if thread is -- cgit