Changeset - bc3dafd0e24c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-02-27 02:03:49
marcin@python-works.com
fixed test env creator
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/utils.py
Show inline comments
 
@@ -596,7 +596,7 @@ def create_test_env(repos_test_path, con
 
    dbmanage = DbManage(log_sql=True, dbconf=dbconf, root=config['here'],
 
                        tests=True)
 
    dbmanage.create_tables(override=True)
 
    dbmanage.config_prompt(repos_test_path)
 
    dbmanage.create_settings(dbmanage.config_prompt(repos_test_path))
 
    dbmanage.create_default_user()
 
    dbmanage.admin_prompt()
 
    dbmanage.create_permissions()
0 comments (0 inline, 0 general)