X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft5.c;h=d86095dd06857e560f9a89a2fc516b1b7618c056;hb=9eebf93dc2525854867cbc43920ea8ba4a199ab5;hp=fb515e69bead2503ab5af74540477cc9358223e7;hpb=3f385c9ee5fea1f18f200a598747c9b385eee9d8;p=idzebra-moved-to-github.git diff --git a/test/api/t5.c b/test/api/t5.c index fb515e6..d86095d 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.12 2005-04-15 10:47:49 adam Exp $ +/* $Id: t5.c,v 1.13 2005-06-23 06:45:47 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -94,7 +94,7 @@ int main(int argc, char **argv) /* provoke unsupported relation */ do_query_x(__LINE__, zh, "@attr 1=1016 @attr 2=6 x", 0, 117); - do_query_x(__LINE__, zh, "@attr 1=1016 @attr 2=6 @attr 4=109 x", 0, 117); + do_query_x(__LINE__, zh, "@attr 1=1016 @attr 2=6 @attr 4=109 x", 0, 114); return close_down(zh, zs, 0); }