diff --git a/test/integration/locale_setting_test.rb b/test/integration/locale_setting_test.rb index 6ad6185..6cb2254 100644 --- a/test/integration/locale_setting_test.rb +++ b/test/integration/locale_setting_test.rb @@ -77,17 +77,6 @@ class LocaleSettingTest < ActionController::IntegrationTest def assert_locale(locale) gettext_locale = GetText.locale.to_s ok("Ruby-GetText locale should be #{locale}, but was #{gettext_locale}") { locale == gettext_locale } - - # TODO this test depends on a unpublished patch to liblocale-ruby - #system_locale = Locale.getlocale - #wanted_system_locale = - # if locale == 'en' - # 'C' - # else - # '%s.utf8' % locale - # end - - #ok("System locale should be #{wanted_system_locale}, but was #{system_locale}") { wanted_system_locale == system_locale } end end -- libgit2 0.21.2