diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-28 22:32:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-28 22:32:45 +0000 |
commit | 1fcc9e977f55cd3bf1c327751b9b3d86c283e1aa (patch) | |
tree | c247bbfd6ea9eb6600125329e315e70664a4bf8e | |
parent | c56b95ed6878e5d3ead466585295bd52ab240392 (diff) | |
download | redmine-1fcc9e977f55cd3bf1c327751b9b3d86c283e1aa.tar.gz redmine-1fcc9e977f55cd3bf1c327751b9b3d86c283e1aa.zip |
updated supported language count in test (now 5)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@284 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/application_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/application_controller_test.rb b/test/functional/application_controller_test.rb index 014523a4c..b2eb05dbb 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 |