X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ft17.c;fp=test%2Fapi%2Ft17.c;h=811bc78e562193f9a00bcf7e5b43424c9372c682;hp=e08aab8cf665a3f3eb0beb4abe1b88af14e8061e;hb=1b13fcc6c6e0820ce52c340155e84ae69a4b18a8;hpb=ba950cd0f07c22d667375141f368490123a72127 diff --git a/test/api/t17.c b/test/api/t17.c index e08aab8..811bc78 100644 --- a/test/api/t17.c +++ b/test/api/t17.c @@ -1,4 +1,4 @@ -/* $Id: t17.c,v 1.4 2007-11-08 08:18:37 adam Exp $ +/* $Id: t17.c,v 1.5 2007-11-14 09:51:00 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -27,9 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "testlib.h" const char *myrec[] = { - "\nMy title\n\n", - "\nMy x title\n\n", - "\nMy title x\n\n" , + "\nMy computer\n\n", + "\nMy x computer\n\n", + "\nMy computer x\n\n" , 0} ; static void tst(int argc, char **argv) @@ -43,13 +43,7 @@ static void tst(int argc, char **argv) /* simple term */ YAZ_CHECK(tl_query(zh, "@attr 1=title notfound", 0)); - /* we should get 3 hits. But 0 for now */ -#if 1 - YAZ_CHECK(tl_query(zh, "@attr 1=title title", 3)); -#else - YAZ_CHECK(tl_query(zh, "@attr 1=title title", 0)); -#endif - + YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 3)); YAZ_CHECK(tl_close_down(zh, zs)); #endif