summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 09:29:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 09:29:05 +0000
commitd8fbad524935184e935cf17450542a50a787b1d1 (patch)
treebd00edc426b2f027bef999fde26fb44ab3f86784 /test/ruby/test_m17n.rb
parenta25bb1031219a08545203cc37f1e747a4865e8e4 (diff)
downloadruby-d8fbad524935184e935cf17450542a50a787b1d1.tar.gz
ruby-d8fbad524935184e935cf17450542a50a787b1d1.tar.xz
ruby-d8fbad524935184e935cf17450542a50a787b1d1.zip
* test/ruby/test_m17n.rb (test_str_String): update test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_m17n.rb')
-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 3423a1d58..24b4dd2ab 100644
--- a/test/ruby/test_m17n.rb
+++ b/test/ruby/test_m17n.rb
@@ -653,7 +653,7 @@ class TestM17N < Test::Unit::TestCase
def test_str_String
s = String(10)
- assert_equal(Encoding::ASCII_8BIT, s.encoding)
+ assert_equal(Encoding::US_ASCII, s.encoding)
end
def test_sprintf_c