From cd1a6ab82bf4c7fd02701ba05272140fd2a670f5 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Jul 2012 09:36:14 +0000 Subject: test_dir_m17n.rb: composite character * test/ruby/test_dir_m17n.rb (test_filename_utf8_raw_windows_1252_name): get rid of composite character for troublesome Mac OS X file system. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_dir_m17n.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_dir_m17n.rb') diff --git a/test/ruby/test_dir_m17n.rb b/test/ruby/test_dir_m17n.rb index d3f68fe588..99880a41fe 100644 --- a/test/ruby/test_dir_m17n.rb +++ b/test/ruby/test_dir_m17n.rb @@ -221,7 +221,7 @@ class TestDir_M17N < Test::Unit::TestCase end def test_filename_utf8_raw_windows_1252_name - create_and_check_raw_file_name(0x00c7, "UTF-8") + create_and_check_raw_file_name(0x00c6, "UTF-8") end def test_filename_ext_euc_jp_and_int_utf_8 -- cgit v1.2.3