From: Wolfram Schneider Date: Fri, 18 Apr 2014 17:58:55 +0000 (+0000) Subject: documentation: hits count in source may be less or equal X-Git-Tag: 1.0.0~906 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=0a911e328080194a1dd92c6f69ae12a84fdba5df documentation: hits count in source may be less or equal --- diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index 11b7e59..6ba8fdf 100644 --- 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;