зеркало из https://github.com/github/ruby.git
* 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/trunk@11077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c4e5ec23d3
Коммит
004d00757a
|
@ -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 21:04:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* parse.y (dyna_in_block): inline using macro.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'test/unit'
|
||||
|
||||
class TestOptionParser < Test::Unit::TestCase
|
||||
class TestOptionParserGetopts < Test::Unit::TestCase
|
||||
def setup
|
||||
@opt = OptionParser.new
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче