[前][次][番号順一覧][スレッド一覧]

ruby-changes:22081

From: sorah <ko1@a...>
Date: Mon, 26 Dec 2011 13:33:44 +0900 (JST)
Subject: [ruby-changes:22081] sorah:r34130 (trunk): * ChangeLog: fix miss; testcase is test file.

sorah	2011-12-26 13:33:32 +0900 (Mon, 26 Dec 2011)

  New Revision: 34130

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34130

  Log:
    * ChangeLog: fix miss; testcase is test file.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34129)
+++ ChangeLog	(revision 34130)
@@ -21,8 +21,8 @@
 
 	* 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]