bring debug() function back
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 9a9ce45..942fb53 100644 (file)
@@ -4,7 +4,8 @@
  *
  */
 
-var debug = mkws.debug;
+var debug_level = mkws.debug_level;
+var debug = mkws.debug_function;
 
 var get_hit_counter = function () {
         // not yet here
@@ -57,6 +58,11 @@ describe("Check pazpar2 search", function () {
 });
 
 
+/*
+ * This part runs in background. It should be rewritten with
+ * async jasmine functions
+ *
+ */
 describe("Check pazpar2 navigation", function () {
     // Asynchronous part
     it("check running search next/prev", function () {