diff --git a/rhodecode/tests/functional/test_files.py b/rhodecode/tests/functional/test_files.py --- a/rhodecode/tests/functional/test_files.py +++ b/rhodecode/tests/functional/test_files.py @@ -57,7 +57,7 @@ class TestFilesController(TestController revision='97e8b885c04894463c51898e14387d80c30ed1ee', f_path='/')) - response.mustcontain("""branch: git""") + response.mustcontain("""Branch: git""") def test_index_paging(self): self.log_user() @@ -89,7 +89,7 @@ Improved test to clone into uniq reposit removed extra unicode conversion in diff. """) - response.mustcontain("""branch: default""") + response.mustcontain("""Branch: default""") def test_file_source_history(self): self.log_user() @@ -156,7 +156,7 @@ removed extra unicode conversion in diff f_path='vcs/nodes.py', annotate=True)) - response.mustcontain("""branch: default""") + response.mustcontain("""Branch: default""") def test_file_annotation_history(self): self.log_user()