mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
uncommented some tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a2c5d15572
commit
949d740a32
1 changed files with 0 additions and 2 deletions
|
|
@ -474,7 +474,6 @@ class TestSH < Test::Unit::TestCase
|
|||
period2_iter(+cm_period * (1 << 64) - 3, +cm_period * (1 << 64) + 3)
|
||||
end
|
||||
|
||||
=begin
|
||||
def test_marshal14
|
||||
s = "\x04\x03u:\x01\x04Date\x01\v\x04\x03[\x01\x02i\x03\xE8i%T"
|
||||
d = Marshal.load(s)
|
||||
|
|
@ -504,7 +503,6 @@ class TestSH < Test::Unit::TestCase
|
|||
assert_equal(Rational(9,24), d.offset)
|
||||
assert_equal(Date::GREGORIAN, d.start)
|
||||
end
|
||||
=end
|
||||
|
||||
def test_marshal192
|
||||
s = "\x04\bU:\tDate[\bU:\rRational[\ai\x03\xCF\xD3Ji\ai\x00o:\x13Date::Infinity\x06:\a@di\xFA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue