From d3273f9392b262545280cda2f1ed732ad6e38047 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Mon, 27 Jul 2015 15:35:47 +0200 Subject: [PATCH] Test for PAZ-1013 --- test/paz_1009-b.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- 1.7.10.4