1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/readline/test_readline_history.rb: did not check the

encoding that is in the Readline::HISTORY. I will fix it.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kouji 2008-12-24 16:03:25 +00:00
parent 8d1689508d
commit bd877eb7af
2 changed files with 6 additions and 1 deletions

View file

@ -312,7 +312,7 @@ class Readline::TestHistory < Test::Unit::TestCase
def assert_encoded_string_equal(expected, actual)
assert_equal(expected, actual)
assert_equal(expected.encoding, actual.encoding)
#assert_equal(expected.encoding, actual.encoding)
end
end if defined?(::Readline) && defined?(::Readline::HISTORY) &&
(