ruby-changes:16424
From: shyouhei <ko1@a...>
Date: Wed, 23 Jun 2010 22:30:32 +0900 (JST)
Subject: [ruby-changes:16424] Ruby:r28407 (ruby_1_8_7): merge revision(s) 28387:
shyouhei 2010-06-23 22:30:04 +0900 (Wed, 23 Jun 2010) New Revision: 28407 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28407 Log: merge revision(s) 28387: * test/optparse/test_summary.rb: fixed superclass so that it run solely. Modified files: branches/ruby_1_8_7/ChangeLog branches/ruby_1_8_7/test/optparse/test_summary.rb branches/ruby_1_8_7/version.h Index: ruby_1_8_7/ChangeLog =================================================================== --- ruby_1_8_7/ChangeLog (revision 28406) +++ ruby_1_8_7/ChangeLog (revision 28407) @@ -1,3 +1,8 @@ +Wed Jun 23 22:22:42 2010 Nobuyoshi Nakada <nobu@r...> + + * test/optparse/test_summary.rb: fixed superclass so that it run + solely. + Wed Jun 23 21:54:17 2010 URABE Shyouhei <shyouhei@r...> * marshal.c, test/ruby/test_marshal.rb: Revert r25230. This test Index: ruby_1_8_7/version.h =================================================================== --- ruby_1_8_7/version.h (revision 28406) +++ ruby_1_8_7/version.h (revision 28407) @@ -2,7 +2,7 @@ #define RUBY_RELEASE_DATE "2010-06-23" #define RUBY_VERSION_CODE 187 #define RUBY_RELEASE_CODE 20100623 -#define RUBY_PATCHLEVEL 298 +#define RUBY_PATCHLEVEL 299 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 Index: ruby_1_8_7/test/optparse/test_summary.rb =================================================================== --- ruby_1_8_7/test/optparse/test_summary.rb (revision 28406) +++ ruby_1_8_7/test/optparse/test_summary.rb (revision 28407) @@ -1,8 +1,6 @@ -require 'test/unit' -require 'optparse' +require '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| -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/