Switch to side-by-side view
--- a/Allura/allura/tests/functional/test_discuss.py +++ b/Allura/allura/tests/functional/test_discuss.py @@ -64,7 +64,7 @@ r = r.follow() assert 'This is a new post' in r, r r = self.app.get(post_link) - assert str(r).count('This is a new post') == 2 + assert str(r).count('This is a new post') == 3 r = self.app.post(post_link + 'reply', params=dict(text='Tis a reply'), headers={'Referer':post_link.encode("utf-8")})