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:
65797bb
)
documentation: hits count in source may be less or equal
author
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 17:58:55 +0000
(17:58 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Fri, 18 Apr 2014 17:58:55 +0000
(17:58 +0000)
test/spec/mkws-pazpar2.js
patch
|
blob
|
history
diff --git
a/test/spec/mkws-pazpar2.js
b/test/spec/mkws-pazpar2.js
index
11b7e59
..
6ba8fdf
100644
(file)
--- a/
test/spec/mkws-pazpar2.js
+++ b/
test/spec/mkws-pazpar2.js
@@
-366,7
+366,7
@@
describe("Check Source Facets", function () {
runs(function () {
var hits_single_target = get_hit_counter();
- debug("get less hits for sources: " + hits_all_targets + " > " + hits_single_target);
+ debug("get less hits for sources: " + hits_all_targets + " >= " + hits_single_target);
expect(hits_all_targets).not.toBeLessThan(hits_single_target);
jasmine_status.source_click = 1;