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
@@ -74,7 +74,7 @@ class TestFilesController(TestController
f_path='vcs/nodes.py'))
#test or history
- assert """""" in response.body
+
+
+""" in response.body
assert """
"Partially implemented #16. filecontent/commit message/author/node name are safe_unicode now.
@@ -126,8 +138,9 @@ removed extra unicode conversion in diff
revision='27cd5cce30c96924232dffcd24178a07ffeb5dfc',
f_path='vcs/nodes.py'))
-
- assert """
+ print response.body
+ assert """
+
+
""" in response.body, 'missing or wrong history in annotation'
assert """
branch: default""" in response.body, 'missing or wrong branch info'