Cleaning up tests after bugfix merges:

As a result of fixing issue #15, a few tests broken.  This commit brings
the tests up to date with the latest behavior.
This commit is contained in:
Mike West 2010-10-19 13:08:13 +02:00
parent 94b3fd4e51
commit 38683a8cc2

View File

@ -148,6 +148,6 @@ class RoccoIssueTests < Test::Unit::TestCase
!r.sections[0][0].include?( "<hr />" ),
"`<hr />` present in rendered documentation text. It should be a header, not text followed by a horizontal rule."
)
assert_equal( "<h2>Comment 1</h2>", r.sections[0][0] )
assert_equal( "<h2>Comment 1</h2>\n", r.sections[0][0] )
end
end