]> source.dussan.org Git - redmine.git/commitdiff
Moved test from ApplicationControllerTest.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Jan 2012 17:48:18 +0000 (17:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 3 Jan 2012 17:48:18 +0000 (17:48 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8485 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/application_controller_test.rb
test/unit/lib/redmine/i18n_test.rb

index 11f3bed1e37f0bb8268c1f4a968f850f723d31b5..6fedebf3046eb81d6943b7f1705effd7cd702a9b 100644 (file)
@@ -27,16 +27,6 @@ class ApplicationControllerTest < ActionController::TestCase
     @response   = ActionController::TestResponse.new
   end
 
-  # check that all language files are valid
-  def test_localization
-    lang_files_count = Dir["#{Rails.root}/config/locales/*.yml"].size
-    assert_equal lang_files_count, valid_languages.size
-    valid_languages.each do |lang|
-      assert set_language_if_valid(lang)
-    end
-    set_language_if_valid('en')
-  end
-
   def test_call_hook_mixed_in
     assert @controller.respond_to?(:call_hook)
   end
index ff814f6a341de63b6b293fc5ab825fe8d094aa80..01c32b5d2a2609c77165cb3daccc3086df60c179 100644 (file)
@@ -122,6 +122,15 @@ class Redmine::I18nTest < ActiveSupport::TestCase
     assert valid_languages.first.is_a?(Symbol)
   end
 
+  def test_locales_validness
+    lang_files_count = Dir["#{Rails.root}/config/locales/*.yml"].size
+    assert_equal lang_files_count, valid_languages.size
+    valid_languages.each do |lang|
+      assert set_language_if_valid(lang)
+    end
+    set_language_if_valid('en')
+  end
+
   def test_valid_language
     to_test = {'fr' => :fr,
                'Fr' => :fr,