git-svn-id: http://svn.redmine.org/redmine/trunk@13910 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2015-01-18 18:00:38 +00:00
parent d1aba7984c
commit 98683d0097
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ class Redmine::I18nTest < ActiveSupport::TestCase
def test_french_locale
set_language_if_valid 'fr'
str_fr = "Fran\xc3\xa7ais".force_encoding('UTF-8')
str_fr = "French (Fran\xc3\xa7ais)".force_encoding('UTF-8')
assert_equal str_fr, l(:general_lang_name)
end
end