From 3f4337fbce6a40a72bf2f7e2d1114fb9cb4e2af1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Oct 2006 23:53:24 +0000 Subject: * 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 --- test/optparse/test_getopts.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/optparse') 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 -- cgit