unittests/tests/dataloader.js
branchpopcorn-port
changeset 68 5469b2b9743f
parent 64 b13359f9ce48
child 75 f5a7299bd0ff
--- a/unittests/tests/dataloader.js	Wed Oct 12 13:59:15 2011 +0200
+++ b/unittests/tests/dataloader.js	Wed Oct 12 13:59:38 2011 +0200
@@ -25,7 +25,7 @@
     var dt = new IriSP.DataLoader();
     
     var resp = dt.get("/url", spy_callback);
-    //IriSP.jQuery.get("/url", spy_callback);
+
     equals(xhr.requests.length, 1, "the mock ajax object should have received the request");
     
     xhr.requests[0].respond(200, { "Content-Type": "application/json" },