From 0b3b2e885b2739769a4a0ca42420c708e084d547 Mon Sep 17 00:00:00 2001 From: tadf Date: Fri, 22 Jun 2012 23:30:17 +0000 Subject: revert some tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_complex.rb | 2 -- test/ruby/test_rational.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/ruby/test_complex.rb b/test/ruby/test_complex.rb index 2ee97a0ad8..aa6d6a77fe 100644 --- a/test/ruby/test_complex.rb +++ b/test/ruby/test_complex.rb @@ -657,7 +657,6 @@ class Complex_Test < Test::Unit::TestCase assert_instance_of(Complex, c2) end -=begin bug3656 = '[ruby-core:31622]' assert_raise(TypeError, bug3656) { Complex(1,2).marshal_load(0) @@ -667,7 +666,6 @@ class Complex_Test < Test::Unit::TestCase c.freeze assert(c.frozen?) assert_raise(RuntimeError){c.marshal_load([2,3])} -=end end def test_parse diff --git a/test/ruby/test_rational.rb b/test/ruby/test_rational.rb index 497c476b1b..e1aafb5a0a 100644 --- a/test/ruby/test_rational.rb +++ b/test/ruby/test_rational.rb @@ -823,7 +823,6 @@ class Rational_Test < Test::Unit::TestCase assert_equal(9, c2.instance_variable_get(:@ivar)) assert_instance_of(Rational, c2) -=begin assert_raise(ZeroDivisionError){ Marshal.load("\x04\bU:\rRational[\ai\x06i\x05") } @@ -837,7 +836,6 @@ class Rational_Test < Test::Unit::TestCase c.freeze assert(c.frozen?) assert_raise(RuntimeError){c.marshal_load([2,3])} -=end end def test_parse -- cgit v1.2.3