[Bug #3720] test_marshal_dump_extra_iv doesn't check as intended

Bug #3720: test_marshal_dump_extra_iv doesn’t check as intended
http://redmine.ruby-lang.org/issues/show/3720

e$B5/I<<Te(B: Tomoyuki C.
e$B%9%F!<%?%9e(B: Open, e$BM%@hEYe(B: Low
e$B%+%F%4%je(B: test
ruby -v: ruby 1.9.3dev (2010-08-18 trunk 28970) [i686-linux]

test/ruby/test_marshal.rb e$B$Ne(B test_marshal_dump_extra_iv e$B$Oe(B
e$B$*$=$i$/0U?^$7$?%A%'%C%/$r$7$F$$$J$$$H;W$$$^$9!#e(B
e$B0J2<$N4V0c$$$G$J$$$G$7$g$&$+!#e(B

Index: test/ruby/test_marshal.rb

— test/ruby/test_marshal.rb (revision 29048)
+++ test/ruby/test_marshal.rb (working copy)
@@ -431,7 +431,7 @@
m = Marshal.dump(o)
}
o2 = Marshal.load(m)

  • assert_equal(STDIN, o.stdin)
  • assert_equal(STDIN, o2.stdin)
    end

def test_marshal_string_encoding

チケット #3720 が更新されました。 (by Tomoyuki C.)

ステータス AssignedからClosedに変更
進捗 % 0から100に変更

This issue was solved with changeset r30891.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):
    fix a typo of local variable. [Bug #3720] [ruby-dev:42083]