[FIX] website test phantomjs login

bzr revid: chm@openerp.com-20140207115903-kzf9ikk37xvtq0ef
This commit is contained in:
Christophe Matthieu 2014-02-07 12:59:03 +01:00
parent 4663f5b10c
commit b71ef0541e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function run (test, onload, inject) {
var scheme = options.scheme ? options.scheme+'://' : 'http://';
var host = options.host ? options.host : 'localhost';
var port = options.port ? ':'+options.port : '';
var path = options.path ? options.path : '/login';
var path = options.path ? options.path : '/web/login';
var queryParams = [];
if (options.db) queryParams.push('db='+options.db);