# HG changeset patch # User Marcin Kuzminski # Date 1368972501 -7200 # Node ID 35bce50df618b9a6724e41256a6e7d4e2d4ab0b0 # Parent b08a3f8a41480a0d788365123aaa121fde0ca705 fix syntax error for py <2.7 diff -r b08a3f8a4148 -r 35bce50df618 rhodecode/tests/functional/test_files.py --- a/rhodecode/tests/functional/test_files.py Sun May 19 14:46:57 2013 +0200 +++ b/rhodecode/tests/functional/test_files.py Sun May 19 16:08:21 2013 +0200 @@ -532,10 +532,9 @@ repo_name=GIT_REPO, revision='tip', f_path='/'), params={ - '' + 'content': '' }, status=302) - self.checkSessionFlash(response, 'No content') def test_add_file_into_git_missing_filename(self):