From 8ab65398d248c27a27768dc0efd430ee61295d01 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 16 Sep 2009 14:50:06 -0300 Subject: [PATCH] ActionItem830: removing commented test --- test/integration/locale_setting_test.rb | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) 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