ruby-changes:3145
From: ko1@a...
Date: 25 Dec 2007 06:26:19 +0900
Subject: [ruby-changes:3145] ko1 - Ruby:r14637 (trunk): * bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.
ko1 2007-12-25 06:26:02 +0900 (Tue, 25 Dec 2007)
New Revision: 14637
Modified files:
trunk/ChangeLog
trunk/bootstraptest/test_knownbug.rb
trunk/bootstraptest/test_literal.rb
Log:
* bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_literal.rb?r1=14637&r2=14636
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14637&r2=14636
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14637&r2=14636
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14636)
+++ ChangeLog (revision 14637)
@@ -1,3 +1,7 @@
+Tue Dec 25 06:23:40 2007 Koichi Sasada <ko1@a...>
+
+ * bootstraptest/test_knownbug.rb, test_literal.rb: move fixed test.
+
Tue Dec 25 06:19:04 2007 GOTOU Yuuzou <gotoyuzo@n...>
* sample/biorhythm.rb: follow Ruby 1.9 libraries.
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 14636)
+++ bootstraptest/test_knownbug.rb (revision 14637)
@@ -2,9 +2,3 @@
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
-
-assert_equal 'ok', %q{
- # this cause "called on terminated object".
- ObjectSpace.each_object(Module) {|m| m.name.inspect }
- :ok
-}
Index: bootstraptest/test_literal.rb
===================================================================
--- bootstraptest/test_literal.rb (revision 14636)
+++ bootstraptest/test_literal.rb (revision 14637)
@@ -168,3 +168,11 @@
assert_equal 'String', '__FILE__.class'
assert_equal 'Fixnum', '__LINE__.class'
+
+###
+
+assert_equal 'ok', %q{
+ # this cause "called on terminated object".
+ ObjectSpace.each_object(Module) {|m| m.name.inspect }
+ :ok
+}
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml