Reviewers: ,
Please review this at http://codereview.tryton.org/522002/ Affected files: M trytond/tests/test_tryton.py Index: trytond/tests/test_tryton.py =================================================================== --- a/trytond/tests/test_tryton.py +++ b/trytond/tests/test_tryton.py @@ -36,7 +36,7 @@ _CONFIGFILE = opt.config from trytond.config import CONFIG -CONFIG['db_type'] = 'sqlite' +CONFIG['db_type'] = 'postgresql' CONFIG.update_etc(_CONFIGFILE) if not CONFIG['admin_passwd']: CONFIG['admin_passwd'] = 'admin' -- [email protected] mailing list
