summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-02 23:29:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-02 23:29:02 +0000
commitc772f4906adf06a429ce2d2785d91acc64817619 (patch)
tree4f885cb845b27b6c89a79a96acbf182ba7906f56
parent44cc15a9a8a2c64e5e6e8d069fd4489ac10418d7 (diff)
fixed method name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 13367508ea..ba8160c916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,11 +8,12 @@ Tue Dec 2 21:31:42 2003 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* bin/testrb: new test runner. [ruby-core:01845]
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner.run,
- Test::Unit::AutoRunner#initialize): take test list to run.
+ Test::Unit::AutoRunner#process_args): take test list to run and
+ options.
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::RUNNERS,
- Test::Unit::AutoRunner#run): should not exit inside a library, just
- return the result instead.
+ Test::Unit::AutoRunner#run): should not exit inside a library,
+ just return the result instead.
* lib/test/unit.rb: ditto.