diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-02 19:36:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-02 19:36:00 +0000 |
commit | e07c44543f9795c71d86bcb7240728576aa28951 (patch) | |
tree | 7a5211a805eb0a15085080c6ccb837e91542f84d /test | |
parent | 78b5e57a4ad8c29f166af268dfe4bc64aac541ca (diff) | |
download | redmine-e07c44543f9795c71d86bcb7240728576aa28951.tar.gz redmine-e07c44543f9795c71d86bcb7240728576aa28951.zip |
Bulgarian translation added (Nikolay Solakov)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@502 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-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 28b9775aa..c766229c8 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 8, GLoc.valid_languages.size + assert_equal 9, GLoc.valid_languages.size GLoc.valid_languages.each do |lang| assert set_language_if_valid(lang) end |