[FIX] test_js typo

bzr revid: al@openerp.com-20121209043015-curop98b936em7bn
This commit is contained in:
Antony Lesuisse 2012-12-09 05:30:15 +01:00
parent eaf4780bd5
commit 35b52c5b65
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class TestJs(openerp.cli.Command):
config = openerp.tools.config
config.parse_config(args)
# needed until runbot is fixed
config['db_password'] = tools.config['admin_passwd']
config['db_password'] = config['admin_passwd']
# run js tests
openerp.netsvc.init_alternative_logger()

View File

@ -13,7 +13,6 @@ class WebSuite(QUnitSuite):
# al: i dont understand why both are needed, db_password is the
# password for postgres and should not appear here of that i'm
# sure
supadmin=tools.config['admin_passwd'] or 'admin',
#
# But runbot provides it with this wrong key so i let it here
# until it's fixed