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 @@ -10,8 +10,10 @@ class TestChangelogController(TestContro response.mustcontain("""
""") response.mustcontain( - """""" + """""" ) response.mustcontain( """154:""" @@ -29,22 +31,24 @@ class TestChangelogController(TestContro #pagination response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':1}) + repo_name=HG_REPO), {'page': 1}) response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':2}) + repo_name=HG_REPO), {'page': 2}) response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':3}) + repo_name=HG_REPO), {'page': 3}) response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':4}) + repo_name=HG_REPO), {'page': 4}) response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':5}) + repo_name=HG_REPO), {'page': 5}) response = self.app.get(url(controller='changelog', action='index', - repo_name=HG_REPO), {'page':6}) + repo_name=HG_REPO), {'page': 6}) # Test response after pagination... response.mustcontain( - """""" + """""" ) response.mustcontain( """64:"""