From d8fbad524935184e935cf17450542a50a787b1d1 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 28 Jan 2008 09:29:05 +0000 Subject: * 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 --- test/ruby/test_m17n.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') 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 -- cgit