X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft3.c;fp=test%2Fapi%2Ft3.c;h=8164a0de597f3f8d3c4c5a8f9eea729d99828857;hb=49d0ee122a9f86ec2967b577dcc297c501785edd;hp=57376a224b416e74858e85ba3a5d33705cece8dc;hpb=316086745a698f6c5a5e64a285cf1e764e3315b0;p=idzebra-moved-to-github.git diff --git a/test/api/t3.c b/test/api/t3.c index 57376a2..8164a0d 100644 --- a/test/api/t3.c +++ b/test/api/t3.c @@ -1,4 +1,4 @@ -/* $Id: t3.c,v 1.16 2005-03-09 12:14:42 adam Exp $ +/* $Id: t3.c,v 1.17 2005-04-15 10:47:49 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -41,9 +41,6 @@ int main(int argc, char **argv) for (i = 0; i<4; i++) { -#if 0 - ZebraRetrievalRecord retrievalRecord; -#endif char setname[20]; char *setnamep = setname; int status; @@ -62,15 +59,8 @@ int main(int argc, char **argv) zebra_end_trans (zh); zebra_end_trans (zh); yaz_pqf_destroy(parser); -#if 0 - /*FIXME Why is this disabled ??? */ - zebra_records_retrieve(zh, odr_output, setname, 0, - VAL_TEXT_XML, 1, &retrievalRecord); -#endif -#if 1 zebra_deleteResultSet(zh, Z_DeleteRequest_list, 1, &setnamep, &status); -#endif odr_destroy(odr_input); odr_destroy(odr_output); }