From f3e7a9a3d78643e8b856caedf0a705212a3e4f50 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 24 Jan 2014 12:39:32 +0000 Subject: [PATCH] test with term "openssh" for more stable test results fix config, use property expected_hits => 10 --- examples/htdocs/jasmine-local-popup.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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({ -- 1.7.10.4