projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a911e3
)
debugging hit counter
author
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 19 Apr 2014 08:05:24 +0000
(08:05 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Sat, 19 Apr 2014 08:05:24 +0000
(08:05 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
6ba8fdf
..
3eaa120
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-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);