X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ft17.c;h=15289fa6654247fd086d2ec9b2ded7f136bb9fe1;hp=84b1ae3e905c82fdabb43793c2459e06bb971bea;hb=a479e3c7f966848a6fc71ac2c2c7f5db7068351b;hpb=1c2f77dd881bcf0b2718cafeb380581634a165fb diff --git a/test/api/t17.c b/test/api/t17.c index 84b1ae3..15289fa 100644 --- a/test/api/t17.c +++ b/test/api/t17.c @@ -1,4 +1,4 @@ -/* $Id: t17.c,v 1.1 2007-10-29 13:43:58 adam Exp $ +/* $Id: t17.c,v 1.2 2007-11-06 10:29:59 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -43,8 +43,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 1=title notfound", 0)); /* we should get 3 hits. But 0 for now */ -#if 0 - +#if 1 YAZ_CHECK(tl_query(zh, "@attr 1=title title", 3)); #else YAZ_CHECK(tl_query(zh, "@attr 1=title title", 0));