From 85f32b956fe59235a2d017b6648dd3407b01cc64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 12 Mar 2007 18:34:25 +0000 Subject: added italian translation [Alessio Spadaro] git-svn-id: http://redmine.rubyforge.org/svn/trunk@334 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/application_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3