From 85a4f84e79ac0e7f7a57c7979190ca6072cf136c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Jun 2010 12:33:33 +0000 Subject: [PATCH] * test/optparse/test_summary.rb: fixed superclass so that it run solely. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/optparse/test_summary.rb | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72818c93a1..b9ad004826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 22 21:33:23 2010 Nobuyoshi Nakada + + * test/optparse/test_summary.rb: fixed superclass so that it run + solely. + Tue Jun 22 19:57:33 2010 Nobuyoshi Nakada * parse.y (shadowing_lvar_gen): should add lvar to vars and diff --git a/test/optparse/test_summary.rb b/test/optparse/test_summary.rb index 12744a8a7b..0c67d7f0f9 100644 --- a/test/optparse/test_summary.rb +++ b/test/optparse/test_summary.rb @@ -1,8 +1,6 @@ -require 'test/unit' -require 'optparse' +require_relative 'test_optparse' -class TestOptionParser < Test::Unit::TestCase; end -class TestOptionParser::SummaryTest < Test::Unit::TestCase +class TestOptionParser::SummaryTest < TestOptionParser def test_short_clash r = nil o = OptionParser.new do |opts|