# HG changeset patch # User Marcin Kuzminski # Date 2012-01-22 20:16:55 # Node ID c59cc8231f3c6773744030356003eec91fce4246 # Parent 58c684bacdada75e11a5c7790e27b183b508f654 fixed changelog test diff --git a/rhodecode/tests/functional/test_changelog.py b/rhodecode/tests/functional/test_changelog.py --- a/rhodecode/tests/functional/test_changelog.py +++ b/rhodecode/tests/functional/test_changelog.py @@ -58,7 +58,9 @@ class TestChangelogController(TestContro """more details">21""" ) - response.mustcontain("""
""" - """Merge with 2e6a2bf9356ca56df08807f4ad86d48""" - """0da72a8f4
""" % HG_REPO) + response.mustcontain( + """""" + """46ad32a4f974""" % HG_REPO + )