From: Heikki Levanto Date: Mon, 27 Jul 2015 13:35:47 +0000 (+0200) Subject: Test for PAZ-1013 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=d3273f9392b262545280cda2f1ed732ad6e38047;p=pazpar2-moved-to-github.git Test for PAZ-1013 --- diff --git a/test/paz_1009-b.sh b/test/paz_1009-b.sh index d28d70b..ff43619 100755 --- a/test/paz_1009-b.sh +++ b/test/paz_1009-b.sh @@ -70,6 +70,14 @@ echo "Termlist" curl "localhost:9763?session=1&command=termlist&name=xtargets%2Cseries%2Cpublisher" echo; echo +echo "Third Search" +curl -D - "localhost:9763?session=1&command=search&query=water&limit=publisher%3DFOOBAR" +echo; echo + +echo "Bytarget" +curl "localhost:9763?session=1&command=bytarget&block=1" +echo; echo + # Kill PZ2 kill $PZ2PID echo "Killed pz2 $PZ2PID"