summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-12 18:34:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-12 18:34:25 +0000
commit85f32b956fe59235a2d017b6648dd3407b01cc64 (patch)
tree07c640db26d012b3e150604817f93ce691986569 /test/functional
parent027bf93849e82ef3c60e4a3024db49d65f0fb3c9 (diff)
downloadredmine-85f32b956fe59235a2d017b6648dd3407b01cc64.tar.gz
redmine-85f32b956fe59235a2d017b6648dd3407b01cc64.zip
added italian translation [Alessio Spadaro]
git-svn-id: http://redmine.rubyforge.org/svn/trunk@334 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-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