More detailed failures message.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3570 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-03-12 15:22:05 +00:00
parent 4d19007fd1
commit c312b8b058
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase
def assert_html_output(to_test)
to_test.each do |text, expected|
assert_equal "<p>#{expected}</p>", @formatter.new(text).to_html
assert_equal "<p>#{expected}</p>", @formatter.new(text).to_html, "Formatting the following text failed:\n===\n#{text}\n===\n"
end
end
end