debugging hit counter
authorWolfram Schneider <wosch@indexdata.dk>
Sat, 19 Apr 2014 08:05:24 +0000 (08:05 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Sat, 19 Apr 2014 08:05:24 +0000 (08:05 +0000)
test/spec/mkws-pazpar2.js

index 6ba8fdf..3eaa120 100644 (file)
@@ -62,9 +62,8 @@ var get_hit_counter = function () {
         if (RegExp.$1) {
             hits = parseInt(RegExp.$1);
             if (hits <= 0) {
-                debug("Oooops in get_hit_counter: " + RegExp.$1);
+                debug("Oooops in get_hit_counter: " + RegExp.$1 + " '" + found + "'");
             }
-            expect(hits).toBeGreaterThan(0);
         }
 
         //debug("Hits: " + hits);