diff --git a/rhodecode/tests/functional/test_summary.py b/rhodecode/tests/functional/test_summary.py --- a/rhodecode/tests/functional/test_summary.py +++ b/rhodecode/tests/functional/test_summary.py @@ -25,7 +25,7 @@ class TestSummaryController(TestControll ) response.mustcontain( """public """ ) @@ -64,7 +64,7 @@ class TestSummaryController(TestControll ) response.mustcontain( """public """ ) @@ -84,7 +84,7 @@ class TestSummaryController(TestControll """title="Mercurial repository" alt="Mercurial """ """repository" src="/images/icons/hgicon.png"/>""") response.mustcontain("""public """) def test_index_by_repo_having_id_path_in_name_hg(self): @@ -112,7 +112,7 @@ class TestSummaryController(TestControll """title="Git repository" alt="Git """ """repository" src="/images/icons/giticon.png"/>""") response.mustcontain("""public """) def _enable_stats(self):