X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath3.c;h=5238633e8053bd0c6534236b339b6d5ffff3a2d6;hb=d03ad0bbaf2bfd26b203c4b8a67483ed6f4d91ab;hp=8f191b0046953ebdacfc84df8747704143b3248b;hpb=a34c87ac6c08ec62534e4068a5bd1fac93df8abe;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath3.c b/test/xpath/xpath3.c index 8f191b0..5238633 100644 --- a/test/xpath/xpath3.c +++ b/test/xpath/xpath3.c @@ -1,7 +1,7 @@ -/* $Id: xpath3.c,v 1.1 2004-12-02 14:05:04 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: xpath3.c,v 1.4 2005-01-15 19:38:40 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -38,7 +38,7 @@ const char *myrec[] = { int main(int argc, char **argv) { - ZebraService zs = start_up("zebraxpath.cfg", argc, argv); + ZebraService zs = start_up(0, argc, argv); ZebraHandle zh = zebra_open(zs); init_data(zh, myrec); @@ -48,7 +48,7 @@ int main(int argc, char **argv) q("@attr 1=/root/first content",1); q("@attr {1=/root/first[@attr='danish']} content",1); q("@attr {1=/root/second[@attr='danish lake']} content",1); - /*q("@attr {1=/root/third[@attr='dansk sø']} content",1); */ + q("@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1); /* FIXME - This triggers bug200 */ return close_down(zh, zs, 0);