From c2aca77666ae3298394daf899ca72052f33d6b9b Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 27 Oct 2014 12:09:37 +0000 Subject: [PATCH] more stable regressions search query, MKWS-318 --- examples/htdocs/jasmine-cors-popup.html | 4 ++-- examples/htdocs/jasmine-local-popup.html | 4 ++-- examples/htdocs/jasmine-popup.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/htdocs/jasmine-cors-popup.html b/examples/htdocs/jasmine-cors-popup.html index 07b5d1d..03c1e79 100644 --- a/examples/htdocs/jasmine-cors-popup.html +++ b/examples/htdocs/jasmine-cors-popup.html @@ -54,8 +54,8 @@ }; var jasmine_config = { - search_query: "netbsd", - expected_hits: 10, + search_query: "freebsd", + expected_hits: 20, check_motd: false, show_record_url: true }; diff --git a/examples/htdocs/jasmine-local-popup.html b/examples/htdocs/jasmine-local-popup.html index bba7056..6bc7355 100644 --- a/examples/htdocs/jasmine-local-popup.html +++ b/examples/htdocs/jasmine-local-popup.html @@ -55,8 +55,8 @@ }; var jasmine_config = { - search_query: "netbsd", - expected_hits: 10, + search_query: "freebsd", + expected_hits: 20, active_clients: 13, check_motd: false, check_sortby: true, diff --git a/examples/htdocs/jasmine-popup.html b/examples/htdocs/jasmine-popup.html index 586b262..9c6eb86 100644 --- a/examples/htdocs/jasmine-popup.html +++ b/examples/htdocs/jasmine-popup.html @@ -57,8 +57,8 @@ }; var jasmine_config = { - search_query: "netbsd", - expected_hits: 10, + search_query: "freebsd", + expected_hits: 20, active_clients: 13, check_motd: false, show_record_url: true -- 1.7.10.4