##// END OF EJS Templates
fixed changelog test
marcink -
r1942:c59cc823 beta
parent child Browse files
Show More
@@ -58,7 +58,9 b' class TestChangelogController(TestContro'
58 58 """more details">21</div>"""
59 59 )
60 60
61 response.mustcontain("""<div class="message"><a href="/%s/changeset/"""
62 """46ad32a4f974e45472a898c6b0acb600320579b1">"""
63 """Merge with 2e6a2bf9356ca56df08807f4ad86d48"""
64 """0da72a8f4</a></div>""" % HG_REPO)
61 response.mustcontain(
62 """<a href="/%s/changeset/"""
63 """46ad32a4f974e45472a898c6b0acb600320579b1" """
64 """title="Merge with 2e6a2bf9356ca56df08807f4ad86d480da72a8f4">"""
65 """46ad32a4f974</a>""" % HG_REPO
66 )
General Comments 0
You need to be logged in to leave comments. Login now