Browse Source

output what language fails at test_number_to_human_size_for_each_language

git-svn-id: http://svn.redmine.org/redmine/trunk@15187 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.3.0
Toshi MARUYAMA 8 years ago
parent
commit
c9730d077b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/unit/lib/redmine/i18n_test.rb

+ 1
- 1
test/unit/lib/redmine/i18n_test.rb View 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

Loading…
Cancel
Save