ruby-changes:7762
From: akr <ko1@a...>
Date: Wed, 10 Sep 2008 21:00:05 +0900 (JST)
Subject: [ruby-changes:7762] Ruby:r19283 (trunk): test modified.
akr 2008-09-10 20:57:56 +0900 (Wed, 10 Sep 2008) New Revision: 19283 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19283 Log: test modified. Modified files: trunk/test/ruby/test_io_m17n.rb Index: test/ruby/test_io_m17n.rb =================================================================== --- test/ruby/test_io_m17n.rb (revision 19282) +++ test/ruby/test_io_m17n.rb (revision 19283) @@ -854,7 +854,6 @@ def test_read_stateful with_pipe("euc-jp:iso-2022-jp") {|r, w| - r.binmode w << "\xA4\xA2" w.close assert_equal("\e$B$\"\e(B".force_encoding("iso-2022-jp"), r.read) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/