X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft8.c;h=e1aa6cafaa780286402a1701b801e3aecfaa1b3d;hb=c23dcf8e79596d2ae1fc05596e1d60ed318962e7;hp=484cccf6195ae91c2276225fa80041393ee75f8f;hpb=74fdf8a15af7bb827a256d9df3ecc34a57d2120f;p=idzebra-moved-to-github.git diff --git a/test/api/t8.c b/test/api/t8.c index 484cccf..e1aa6ca 100644 --- a/test/api/t8.c +++ b/test/api/t8.c @@ -1,4 +1,4 @@ -/* $Id: t8.c,v 1.9 2006-03-31 15:58:05 adam Exp $ +/* $Id: t8.c,v 1.11 2006-05-19 13:49:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -64,7 +64,6 @@ static void tst(int argc, char **argv) /* couple of simple queries just to see that we have indexed the stuff */ YAZ_CHECK(tl_query(zh, "@attr 1=4 title", 2)); - YAZ_CHECK(tl_query(zh, "title", 2)); /* 1=2038: West-Bounding-Coordinate 2039: East: 2040: North: 2041 South*/ /* 4=109: numeric string */ @@ -92,3 +91,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +