[FIX] website: login for test js
authorChristophe Matthieu <chm@openerp.com>
Thu, 13 Feb 2014 13:21:56 +0000 (14:21 +0100)
committerChristophe Matthieu <chm@openerp.com>
Thu, 13 Feb 2014 13:21:56 +0000 (14:21 +0100)
bzr revid: chm@openerp.com-20140213132156-plxe5hqohmkxf40g

addons/website/tests/ui_suite/ui_test_runner.js

index 745adc1..a8a9671 100644 (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 : '/web/login';
+    var path = options.path ? options.path : '/login';
 
     var queryParams = [];
     if (options.db) queryParams.push('db='+options.db);