summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-19 18:36:31 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-19 18:36:31 +0000
commit55723ea86d46c567a5b9547aa943d4dd3c21af65 (patch)
tree661bdd127c73e530233f0e7a434da60cce233683 /test/ruby
parent23346c20d78508878ac3468b69e80cf8b93ba864 (diff)
fix a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb
index 52eb586d01..0ad7da9a60 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