@@ -75,7 +75,7 class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase | |||
|
75 | 75 | |
|
76 | 76 | def assert_html_output(to_test) |
|
77 | 77 | to_test.each do |text, expected| |
|
78 | assert_equal "<p>#{expected}</p>", @formatter.new(text).to_html | |
|
78 | assert_equal "<p>#{expected}</p>", @formatter.new(text).to_html, "Formatting the following text failed:\n===\n#{text}\n===\n" | |
|
79 | 79 | end |
|
80 | 80 | end |
|
81 | 81 | end |
General Comments 0
You need to be logged in to leave comments.
Login now