From: Mike Taylor Date: Fri, 24 Jan 2014 12:47:11 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 1.0.0~1614 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b54e55b511561023764d5c6fc49a87804651334c;hp=4dcc97ce9c268cc0c9e08f4719a7031cb6c31410;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws --- diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index bca4705..8cca098 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -35,9 +35,9 @@ }; var jasmine_config = { - search_query: "pankow", - max_hits: 40, - show_record_url: false + search_query: "openssh", + expected_hits: 10, + show_record_url: true }; jQuery.pazpar2({ diff --git a/test/spec/mkws-pazpar2.js b/test/spec/mkws-pazpar2.js index b90b42d..cbdfa93 100644 --- a/test/spec/mkws-pazpar2.js +++ b/test/spec/mkws-pazpar2.js @@ -198,7 +198,7 @@ describe("Check Termlist", function () { waitsFor(function () { return $("div#mkwsFacetAuthors div.term").length >= 2 ? true : false; - }, "At least one author link displayed", 2 * jasmine_config.second); + }, "At least one author link displayed", 4 * jasmine_config.second); runs(function () { expect($("div#mkwsFacetAuthors div.term").length).toBeGreaterThan(1);