Commit 1fcc9e97 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

updated supported language count in test (now 5)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@284 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c56b95ed
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment