documentation: hits count in source may be less or equal
[mkws-moved-to-github.git] / test / spec / mkws-pazpar2.js
index 11b7e59..6ba8fdf 100644 (file)
@@ -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;