From 004d00757ae5b73d998a659090c29efdb0472fe4 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@11077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/optparse/test_getopts.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2959174c94..620b160815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 4 08:52:30 2006 Nobuyoshi Nakada + + * 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 * parse.y (dyna_in_block): inline using macro. 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 -- cgit v1.2.3