summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-26 04:33:32 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-26 04:33:32 +0000
commit8f37f68c0df9e8edda88fc5b853081a3a3d1307c (patch)
tree628d9d8a442bd49c612dd386e86bd594c725bcf3 /ChangeLog
parentbec52ad7879ef96a2a27d9c2d1bad20efc266539 (diff)
* ChangeLog: fix miss; testcase is test file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files 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 <sorah@tubusu.net>
* 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.