mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fixed method name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44cc15a9a8
commit
c772f4906a
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue