web/test/test_jscript.py
changeset 10935 049209b9e9d6
parent 10887 a0315e9f4c20
--- a/web/test/test_jscript.py	Thu Nov 26 11:23:52 2015 +0100
+++ b/web/test/test_jscript.py	Thu Nov 26 11:30:54 2015 +0100
@@ -6,28 +6,28 @@
 class JScript(qunit.QUnitTestCase):
 
     all_js_tests = (
-        ("jstests/test_utils.js", (
-            "../../web/data/cubicweb.js",
-            "../../web/data/cubicweb.compat.js",
-            "../../web/data/cubicweb.python.js",
-            "jstests/utils.js",
+        ("/static/jstests/test_utils.js", (
+            "/data/cubicweb.js",
+            "/data/cubicweb.compat.js",
+            "/data/cubicweb.python.js",
+            "/static/jstests/utils.js",
             ),
          ),
 
-        ("jstests/test_htmlhelpers.js", (
-            "../../web/data/cubicweb.js",
-            "../../web/data/cubicweb.compat.js",
-            "../../web/data/cubicweb.python.js",
-            "../../web/data/cubicweb.htmlhelpers.js",
+        ("/static/jstests/test_htmlhelpers.js", (
+            "/data/cubicweb.js",
+            "/data/cubicweb.compat.js",
+            "/data/cubicweb.python.js",
+            "/data/cubicweb.htmlhelpers.js",
             ),
          ),
 
-        ("jstests/test_ajax.js", (
-            "../../web/data/cubicweb.python.js",
-            "../../web/data/cubicweb.js",
-            "../../web/data/cubicweb.compat.js",
-            "../../web/data/cubicweb.htmlhelpers.js",
-            "../../web/data/cubicweb.ajax.js",
+        ("/static/jstests/test_ajax.js", (
+            "/data/cubicweb.python.js",
+            "/data/cubicweb.js",
+            "/data/cubicweb.compat.js",
+            "/data/cubicweb.htmlhelpers.js",
+            "/data/cubicweb.ajax.js",
             ),
          ),
     )