ruby-changes:1843
From: ko1@a...
Date: 1 Sep 2007 23:57:08 +0900
Subject: [ruby-changes:1843] usa - Ruby:r13334 (trunk): * test_jump.rb, test_knownbug.rb: seems to be fixed.
usa 2007-09-01 23:56:59 +0900 (Sat, 01 Sep 2007)
New Revision: 13334
Modified files:
trunk/bootstraptest/test_jump.rb
trunk/bootstraptest/test_knownbug.rb
Log:
* test_jump.rb, test_knownbug.rb: seems to be fixed.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_jump.rb?r1=13334&r2=13333
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=13334&r2=13333
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 13333)
+++ bootstraptest/test_knownbug.rb (revision 13334)
@@ -2,14 +2,3 @@
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
-
-assert_equal 1, %q{
- catch do |t|
- begin
- throw t, 1
- 2
- ensure
- 3
- end
- end
-}, "[ruby-dev:31698]"
Index: bootstraptest/test_jump.rb
===================================================================
--- bootstraptest/test_jump.rb (revision 13333)
+++ bootstraptest/test_jump.rb (revision 13334)
@@ -237,3 +237,14 @@
:ng
end
}, '[ruby-dev:31609]'
+
+assert_equal "1", %q{
+ catch do |t|
+ begin
+ throw t, 1
+ 2
+ ensure
+ 3
+ end
+ end
+}, "[ruby-dev:31698]"
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml