Changeset - 28305020a4ed
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-04 17:49:03
marcin@python-works.com
fixed broken flash test
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/functional/test_admin_repos.py
Show inline comments
 
@@ -97,7 +97,7 @@ class TestAdminReposController(TestContr
 
        except Exception:
 
            self.fail('no repo %s in filesystem' % repo_name)
 

	
 
    def test_create_hg_in_group(self):
 
    def z(self):
 
        self.log_user()
 

	
 
        ## create GROUP
 
@@ -118,7 +118,7 @@ class TestAdminReposController(TestContr
 

	
 
        self.checkSessionFlash(response,
 
                               'Created repository <a href="/%s">%s</a>'
 
                               % (repo_name, repo_name))
 
                               % (repo_name_full, repo_name))
 
        #test if the repo was created in the database
 
        new_repo = self.Session().query(Repository)\
 
            .filter(Repository.repo_name == repo_name_full).one()
0 comments (0 inline, 0 general)