X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2Fxslt1.c;fp=test%2Fxslt%2Fxslt1.c;h=70b460445a6f684fdc347b8beb2502ee0c2300ee;hb=f19d5a2a00dc48dfda777589fdd4ac21252f5ccc;hp=1e7835aaa1e9bc6f764af0ecccc0b0750088f489;hpb=67f1321cbac10c08079a589eb8a948796aa90779;p=idzebra-moved-to-github.git diff --git a/test/xslt/xslt1.c b/test/xslt/xslt1.c index 1e7835a..70b4604 100644 --- a/test/xslt/xslt1.c +++ b/test/xslt/xslt1.c @@ -1,4 +1,4 @@ -/* $Id: xslt1.c,v 1.5 2005-09-13 11:51:11 adam Exp $ +/* $Id: xslt1.c,v 1.6 2006-02-23 11:26:00 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -46,7 +46,8 @@ int main(int argc, char **argv) do_query(__LINE__, zh, "@attr 1=title computer", 3); do_query(__LINE__, zh, "@attr 1=control 11224466", 1); - do_query_x(__LINE__, zh, "@attr 1=titl computer", 0, 121); + do_query_x(__LINE__, zh, "@attr 1=titl computer", 0, 114); + do_query_x(__LINE__, zh, "@attr 1=4 computer", 0, 121); return close_down(zh, zs, 0); }