]> source.dussan.org Git - redmine.git/commitdiff
output what language fails at test_number_to_human_size_for_each_language
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Mar 2016 15:32:21 +0000 (15:32 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Mar 2016 15:32:21 +0000 (15:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15187 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/i18n_test.rb

index 4e3d8fcb7b539a83aadda009679ccb0973738758..3ec8593b315056457c1891f2c9400a810def20a4 100644 (file)
@@ -128,7 +128,7 @@ class Redmine::I18nTest < ActiveSupport::TestCase
       set_language_if_valid lang
       assert_nothing_raised "#{lang} failure" do
         size = number_to_human_size(257024)
-        assert_match /251/, size
+        assert_match /251/, size, "#{lang} failure"
       end
     end
   end