Changeset - 35bce50df618
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-05-19 16:08:21
marcin@python-works.com
fix syntax error for py <2.7
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/functional/test_files.py
Show inline comments
 
@@ -529,16 +529,15 @@ removed extra unicode conversion in diff
 
    def test_add_file_into_git_missing_content(self):
 
        self.log_user()
 
        response = self.app.post(url('files_add_home',
 
                                      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):
 
        self.log_user()
 
        response = self.app.post(url('files_add_home',
 
                                      repo_name=GIT_REPO,
0 comments (0 inline, 0 general)