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 @@ -11,23 +11,15 @@ class TestChangelogController(TestContro response.mustcontain('''id="chg_20" class="container tablerow1"''') response.mustcontain( """""" ) - + #rev 640: code garden response.mustcontain( - """r154:5e204e7583b9""" + """r640:0a4e54a44604""" ) - - response.mustcontain("""Small update at simplevcs app""") - -# response.mustcontain( -# """
3
""" -# ) + response.mustcontain("""code garden""") def test_index_pagination_hg(self): self.log_user() @@ -48,29 +40,15 @@ class TestChangelogController(TestContro # Test response after pagination... response.mustcontain( """""" ) response.mustcontain( - """r64:46ad32a4f974""" + """r539:22baf968d547""" ) -# response.mustcontain( -# """
21
""" -# ) -# -# response.mustcontain( -# """""" -# """46ad32a4f974""" % HG_REPO -# ) - def test_index_git(self): self.log_user() response = self.app.get(url(controller='changelog', action='index',