projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aecf31f
)
Test for PAZ-1013
paz_1009
author
Heikki Levanto
<heikki@indexdata.dk>
Mon, 27 Jul 2015 13:35:47 +0000
(15:35 +0200)
committer
Heikki Levanto
<heikki@indexdata.dk>
Mon, 27 Jul 2015 13:35:47 +0000
(15:35 +0200)
test/paz_1009-b.sh
patch
|
blob
|
history
diff --git
a/test/paz_1009-b.sh
b/test/paz_1009-b.sh
index
d28d70b
..
ff43619
100755
(executable)
--- 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"