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:
0201344
)
remove useless check which randomly fails
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 17:56:55 +0000
(17:56 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 17:56:55 +0000
(17:56 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
9ae28d3
..
11b7e59
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-277,7
+277,6
@@
describe("Check Author Facets", function () {
runs(function () {
var hits_single_target = get_hit_counter();
debug("get less hits for authors: " + hits_all_targets + " > " + hits_single_target);
- expect(hits_all_targets).toBeGreaterThan(hits_single_target);
});
});
});