From 1fcc9e977f55cd3bf1c327751b9b3d86c283e1aa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 28 Feb 2007 22:32:45 +0000 Subject: [PATCH] updated supported language count in test (now 5) git-svn-id: http://redmine.rubyforge.org/svn/trunk@284 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/application_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/application_controller_test.rb b/test/functional/application_controller_test.rb index 014523a4..b2eb05db 100644 --- a/test/functional/application_controller_test.rb +++ b/test/functional/application_controller_test.rb @@ -30,7 +30,7 @@ class ApplicationControllerTest < Test::Unit::TestCase # check that all 4 supported languages are valid def test_localization - assert_equal 4, GLoc.valid_languages.size + assert_equal 5, GLoc.valid_languages.size GLoc.valid_languages.each do |lang| assert set_language_if_valid(lang) end