diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-02 23:29:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-02 23:29:02 +0000 |
commit | 761e3a9878e5e1bc52c256b7360082890438cc76 (patch) | |
tree | 4f885cb845b27b6c89a79a96acbf182ba7906f56 | |
parent | b9b8d38c0c516f6b5f967120b25c741797bb4a14 (diff) | |
download | ruby-761e3a9878e5e1bc52c256b7360082890438cc76.tar.gz ruby-761e3a9878e5e1bc52c256b7360082890438cc76.tar.xz ruby-761e3a9878e5e1bc52c256b7360082890438cc76.zip |
fixed method name
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 4 insertions, 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. |