X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;fp=test%2Fapi%2Ftestlib.c;h=0b00b090f36260999c49820ea2d0e40f2df7b3ea;hb=1b5ef8265837240930862dddd2d7ef963a0cc211;hp=52c7ca753dfd5b2ca76976642c98295973a12f2f;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 52c7ca7..0b00b09 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,4 +1,4 @@ -/* $Id: testlib.c,v 1.43 2007-04-16 08:44:32 adam Exp $ +/* $Id: testlib.c,v 1.44 2007-04-16 21:54:37 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -324,7 +324,7 @@ int tl_ranking_query(ZebraHandle zh, char *query, odr_output = odr_createmem(ODR_ENCODE); rc = zebra_records_retrieve(zh, odr_output, setname, 0, - yaz_oid_xml(), exphits, retrievalRecord); + yaz_oid_recsyn_xml, exphits, retrievalRecord); if (rc != ZEBRA_OK) ret = 0; else if (!strstr(retrievalRecord[0].buf, firstrec))