ruby-changes:24572
From: tadf <ko1@a...>
Date: Sun, 5 Aug 2012 07:08:23 +0900 (JST)
Subject: [ruby-changes:24572] tadf:r36623 (trunk): uncommented some tests
tadf 2012-08-05 07:07:42 +0900 (Sun, 05 Aug 2012) New Revision: 36623 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36623 Log: uncommented some tests Modified files: trunk/test/date/test_switch_hitter.rb Index: test/date/test_switch_hitter.rb =================================================================== --- test/date/test_switch_hitter.rb (revision 36622) +++ test/date/test_switch_hitter.rb (revision 36623) @@ -474,7 +474,6 @@ 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 @@ 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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/