[REM] useless comment
authorXavier Morel <xmo@openerp.com>
Fri, 31 Jan 2014 11:07:48 +0000 (12:07 +0100)
committerXavier Morel <xmo@openerp.com>
Fri, 31 Jan 2014 11:07:48 +0000 (12:07 +0100)
the database password is necessary to duplicate databases

bzr revid: xmo@openerp.com-20140131110748-nfguxwjysgbn6y3y

addons/web/tests/test_js.py

index b37c082..a126ce4 100644 (file)
@@ -10,12 +10,6 @@ class WebSuite(QUnitSuite):
             '/web/tests',
             'mod=*&source={db}&supadmin={supadmin}&password={password}'.format(
                 db=tools.config['db_name'],
-                # 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
-                #
-                # But runbot provides it with this wrong key so i let it here
-                # until it's fixed
                 supadmin=tools.config['db_password'] or 'admin',
                 password=tools.config['admin_passwd'] or 'admin'),
             ''