diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 04:57:45 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 04:57:45 +0000 |
| commit | d07fd56216221fffe995e9cad95999d4f608dae0 (patch) | |
| tree | 9be7dd7832870a2806bd40fb758a14151ed11264 /ChangeLog | |
| parent | c7c3af635461f12ece031f1efca0edfd75f3ec61 (diff) | |
* 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 <david AT davidflanagan.com>. [ruby-core:21350]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21598 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 @@ +Fri Jan 16 13:28:09 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * 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 <david AT davidflanagan.com>. [ruby-core:21350] + Fri Jan 16 12:24:39 2009 Koichi Sasada <ko1@atdot.net> * thread.c (thread_start_func_2): call ruby_cleanup() if thread is |
