fix tests

This commit is contained in:
r888888888
2014-09-30 17:24:54 -07:00
parent 6dce66f33d
commit 74e1355728
3 changed files with 2 additions and 9 deletions

View File

@@ -170,6 +170,6 @@ class DTextTest < ActiveSupport::TestCase
end
def test_forum_links
assert_equal('<p><a href="/forum_topics/1234?page=4">topic #1234</a></p>', p("topic #1234/p4"))
assert_equal('<p><a href="/forum_topics/1234?page=4">topic #1234/p4</a></p>', p("topic #1234/p4"))
end
end