summaryrefslogtreecommitdiffstats
path: root/test/functional/application_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/application_controller_test.rb')
-rw-r--r--test/functional/application_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/application_controller_test.rb b/test/functional/application_controller_test.rb
index b2eb05dbb..293230110 100644
--- a/test/functional/application_controller_test.rb
+++ b/test/functional/application_controller_test.rb
@@ -28,9 +28,9 @@ class ApplicationControllerTest < Test::Unit::TestCase
@response = ActionController::TestResponse.new
end
- # check that all 4 supported languages are valid
+ # check that all 6 supported languages are valid
def test_localization
- assert_equal 5, GLoc.valid_languages.size
+ assert_equal 6, GLoc.valid_languages.size
GLoc.valid_languages.each do |lang|
assert set_language_if_valid(lang)
end