From d37211a20196f81f9d008a5fbc58531df017cf64 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 9 Sep 2010 16:11:57 +0200 Subject: [PATCH] Test on zero results should not return facets (SOLR problem). --- test/test_solr_urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_solr_urls b/test/test_solr_urls index bcaeb15..e0d8137 100644 --- a/test/test_solr_urls +++ b/test/test_solr_urls @@ -9,3 +9,6 @@ http://localhost:9763/search.pz2?session=2&command=settings&pz:sru%5Blocalhost%3 http://localhost:9763/search.pz2?session=2&command=search&query=su%3D%22computer%22 http://localhost:9763/search.pz2?session=1&command=termlist&name=xtargets%2Cauthor%2Csubject%2Cdate http://localhost:9763/search.pz2?session=2&command=show&block=preferred +http://localhost:9763/search.pz2?session=2&command=search&query=su%3D%22xyzy%22 +http://localhost:9763/search.pz2?session=2&command=show&block=preferred +http://localhost:9763/search.pz2?session=1&command=termlist&name=xtargets%2Cauthor%2Csubject%2Cdate -- 1.7.10.4