diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-03 23:53:24 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-03 23:53:24 +0000 |
| commit | 3f4337fbce6a40a72bf2f7e2d1114fb9cb4e2af1 (patch) | |
| tree | 295bd1a8303a49c0b9757e55d16fc88967c7fe69 | |
| parent | 39363f0c8fa4cb7a52e9c1d2a90af9809fabdd7a (diff) | |
| download | ruby-3f4337fbce6a40a72bf2f7e2d1114fb9cb4e2af1.tar.gz ruby-3f4337fbce6a40a72bf2f7e2d1114fb9cb4e2af1.tar.xz ruby-3f4337fbce6a40a72bf2f7e2d1114fb9cb4e2af1.zip | |
* test/optparse/test_getopts.rb: changed the class name of test case
to get rid of conflict with test_optparse.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | test/optparse/test_getopts.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Oct 4 08:52:30 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * test/optparse/test_getopts.rb: changed the class name of test case + to get rid of conflict with test_optparse.rb. + Tue Oct 3 23:32:27 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): tset name diff --git a/test/optparse/test_getopts.rb b/test/optparse/test_getopts.rb index 4cc8bdb65..fdefe5f3e 100644 --- a/test/optparse/test_getopts.rb +++ b/test/optparse/test_getopts.rb @@ -1,6 +1,6 @@ require 'test/unit' -class TestOptionParser < Test::Unit::TestCase +class TestOptionParserGetopts < Test::Unit::TestCase def setup @opt = OptionParser.new end |
