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 @@ -129,11 +129,11 @@ class TestFilesController(TestController """ in response.body - assert """
"Partially implemented #16. filecontent/commit message/author/node name are safe_unicode now. + assert """
Partially implemented #16. filecontent/commit message/author/node name are safe_unicode now. In addition some other __str__ are unicode as well Added test for unicode Improved test to clone into uniq repository. -removed extra unicode conversion in diff."
""" in response.body +removed extra unicode conversion in diff.
""" in response.body assert """branch: default""" in response.body, 'missing or wrong branch info'