# HG changeset patch # User Marcin Kuzminski # Date 1330623501 -7200 # Node ID 2678b1e0e059566eb795c5ed2af7f5c26a5aa500 # Parent feb0fccdcf83f72e1018ba98e0ac8b830e7f52db fixed test after last fixes diff -r feb0fccdcf83 -r 2678b1e0e059 rhodecode/tests/functional/test_files.py --- a/rhodecode/tests/functional/test_files.py Thu Mar 01 17:11:26 2012 +0200 +++ b/rhodecode/tests/functional/test_files.py Thu Mar 01 19:38:21 2012 +0200 @@ -75,7 +75,7 @@ #test or history response.mustcontain(""" - + @@ -110,23 +110,20 @@ - + - + -""") + +""") - response.mustcontain("""
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.
""") + response.mustcontain("""
merge
""") response.mustcontain("""branch: default""") @@ -139,7 +136,7 @@ response.mustcontain(""" - + @@ -174,18 +171,17 @@ - + - + - -""") +""") response.mustcontain("""branch: default""")