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(
"""
"""
)
@@ -64,7 +64,7 @@ class TestSummaryController(TestControll
)
response.mustcontain(
"""
"""
)
@@ -84,7 +84,7 @@ class TestSummaryController(TestControll
"""title="Mercurial repository" alt="Mercurial """
"""repository" src="/images/icons/hgicon.png"/>""")
response.mustcontain("""
""")
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("""
""")
def _enable_stats(self):