mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/optparse/test_getopts.rb: changed the class name of test case
to get rid of conflict with test_optparse.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b0bc51083f
commit
cbe9159b07
2 changed files with 6 additions and 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>
|
Tue Oct 3 23:32:27 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): tset name
|
* lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): tset name
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
|
||||||
class TestOptionParser < Test::Unit::TestCase
|
class TestOptionParserGetopts < Test::Unit::TestCase
|
||||||
def setup
|
def setup
|
||||||
@opt = OptionParser.new
|
@opt = OptionParser.new
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue