# HG changeset patch
# User Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
# Date 1232523452 -3600
# Node ID 1261226552ecad177ef5cf9d0f6c8d1ef78fd1e3
# Parent  5e14ea0e81c8cd14849063a5f14d517f4996e790
update dependencies in js unit tests

diff -r 5e14ea0e81c8 -r 1261226552ec web/test/jstest_python.jst
--- a/web/test/jstest_python.jst	Tue Jan 20 19:52:52 2009 +0100
+++ b/web/test/jstest_python.jst	Wed Jan 21 08:37:32 2009 +0100
@@ -1,11 +1,13 @@
+// run tests with the following command line :
+// $ crosscheck jstest_python.jst
 
 crosscheck.addTest({
 
     setup: function() {
         crosscheck.load("testutils.js");
         crosscheck.load("../data/jquery.js");
-        crosscheck.load("../data/compat.js");
-        crosscheck.load("../data/python.js");
+        crosscheck.load("../data/cubicweb.compat.js");
+        crosscheck.load("../data/cubicweb.python.js");
     },
 
     test_basic_number_parsing: function () {