summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 12:33:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 12:33:33 +0000
commitde2a1b33c22732a2c18aa80c1ec5bae28b71cc8f (patch)
tree4a8062e142b6e896850fcdcbd4c3686aecff5144
parentb665838e4a3da7ccfebb3b64527846f495cf274f (diff)
* test/optparse/test_summary.rb: fixed superclass so that it run
solely. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--test/optparse/test_summary.rb6
-rw-r--r--version.h6
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6803465639..0e89a822a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 22 21:33:23 2010 Nobuyoshi Nakada <[email protected]>
+
+ * test/optparse/test_summary.rb: fixed superclass so that it run
+ solely.
+
Tue Jun 15 10:29:00 2010 Kenta Murata <[email protected]>
* bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f):
diff --git a/test/optparse/test_summary.rb b/test/optparse/test_summary.rb
index 12744a8a7b..bd533e6444 100644
--- a/test/optparse/test_summary.rb
+++ b/test/optparse/test_summary.rb
@@ -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|
diff --git a/version.h b/version.h
index 711f1fd4bc..bd175c4b40 100644
--- a/version.h
+++ b/version.h
@@ -1,7 +1,7 @@
#define RUBY_VERSION "1.8.8"
-#define RUBY_RELEASE_DATE "2010-06-15"
+#define RUBY_RELEASE_DATE "2010-06-22"
#define RUBY_VERSION_CODE 188
-#define RUBY_RELEASE_CODE 20100615
+#define RUBY_RELEASE_CODE 20100622
#define RUBY_PATCHLEVEL -1
#define RUBY_VERSION_MAJOR 1
@@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 8
#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 15
+#define RUBY_RELEASE_DAY 22
#define NO_STRING_LITERAL_CONCATENATION 1
#ifdef RUBY_EXTERN