@@ -75,7 +75,7 class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase | |||||
75 |
|
75 | |||
76 | def assert_html_output(to_test) |
|
76 | def assert_html_output(to_test) | |
77 | to_test.each do |text, expected| |
|
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 | end |
|
79 | end | |
80 | end |
|
80 | end | |
81 | end |
|
81 | end |
General Comments 0
You need to be logged in to leave comments.
Login now