diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-19 18:36:31 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-19 18:36:31 +0000 |
| commit | 80486b913ef05c97592fd74d95d999350aaea5d5 (patch) | |
| tree | 661bdd127c73e530233f0e7a434da60cce233683 /test/ruby | |
| parent | 1f8c4ff2c888cc54387650adb5d576383061ba8e (diff) | |
| download | ruby-80486b913ef05c97592fd74d95d999350aaea5d5.tar.gz ruby-80486b913ef05c97592fd74d95d999350aaea5d5.tar.xz ruby-80486b913ef05c97592fd74d95d999350aaea5d5.zip | |
fix a test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_m17n.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb index 52eb586d0..0ad7da9a6 100644 --- a/test/ruby/test_m17n.rb +++ b/test/ruby/test_m17n.rb @@ -826,7 +826,7 @@ class TestM17N < Test::Unit::TestCase end def test_end_with - assert_false("\x81\x40".force_encoding("sjis").end_with?("@")) + assert_equal(false, "\x81\x40".force_encoding("sjis").end_with?("@")) end def test_regexp_match |
