aboutsummaryrefslogtreecommitdiffstats
path: root/test/optparse
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-03 23:53:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-03 23:53:24 +0000
commit004d00757ae5b73d998a659090c29efdb0472fe4 (patch)
tree4958618b5833ad2b9cdecb80427923a01ae915d1 /test/optparse
parentc4e5ec23d3cea5fb991a4ff3b1da733168731864 (diff)
downloadruby-004d00757ae5b73d998a659090c29efdb0472fe4.tar.gz
* 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
Diffstat (limited to 'test/optparse')
-rw-r--r--test/optparse/test_getopts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optparse/test_getopts.rb b/test/optparse/test_getopts.rb
index 4cc8bdb651..fdefe5f3e5 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