Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
authorMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 12:47:11 +0000 (12:47 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 12:47:11 +0000 (12:47 +0000)
examples/htdocs/jasmine-local-popup.html
test/spec/mkws-pazpar2.js

index bca4705..8cca098 100644 (file)
@@ -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({
index b90b42d..cbdfa93 100644 (file)
@@ -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);