summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-31 15:51:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-31 15:51:44 +0000
commit2a00565bc4457375ecaf822f67a26434e08d9e93 (patch)
treeec9d47655edc14a615b5351c439e9da9028ab84f /test
parent5e0e9518675a5096b8ec1b55159b3ab16cc12f67 (diff)
downloadredmine-2a00565bc4457375ecaf822f67a26434e08d9e93.tar.gz
redmine-2a00565bc4457375ecaf822f67a26434e08d9e93.zip
Added chinese simplified translation (Andy Wu)
Fixed rfpdf chinese.rb git-svn-id: http://redmine.rubyforge.org/svn/trunk@393 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/application_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/application_controller_test.rb b/test/functional/application_controller_test.rb
index 293230110..d6f0db780 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 6 supported languages are valid
def test_localization
- assert_equal 6, GLoc.valid_languages.size
+ assert_equal 7, GLoc.valid_languages.size
GLoc.valid_languages.each do |lang|
assert set_language_if_valid(lang)
end