From 8f37f68c0df9e8edda88fc5b853081a3a3d1307c Mon Sep 17 00:00:00 2001 From: sorah Date: Mon, 26 Dec 2011 04:33:32 +0000 Subject: [PATCH] * ChangeLog: fix miss; testcase is test file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad69099096..4fc88769ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,8 +21,8 @@ Sun Dec 25 22:39:49 2011 Shota Fukumori * lib/test/unit.rb (_run_parallel): New option "--separate" for test/unit; when running tests with this - option, a job process will be restarted after one testcase has done. - This means all testcases will run with separated process. + option, a job process will be restarted after one test file has done. + This means all test files will run with separated process. * lib/test/unit/parallel.rb: Fix for above. Now parallel.rb puts "ready!" for first ready, "ready" for afters.