X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fxpath%2Fxpath3.c;h=dcb74b2cb9739e51b962083df97ef50845cccf39;hp=c37343a9d0617eb57d7d717174fb744704ceb362;hb=e2e073b5c947e996304ed7d577497af5e9a879ee;hpb=ac13dceecd5f75669820819575daf88e0add5c8d diff --git a/test/xpath/xpath3.c b/test/xpath/xpath3.c index c37343a..dcb74b2 100644 --- a/test/xpath/xpath3.c +++ b/test/xpath/xpath3.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -45,7 +45,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 1=/root/first content",1)); YAZ_CHECK(tl_query(zh, "@attr {1=/root/first[@attr='danish']} content",1)); YAZ_CHECK(tl_query(zh, "@attr {1=/root/second[@attr='danish lake']} content",1)); - YAZ_CHECK(tl_query(zh, "@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1)); + YAZ_CHECK(tl_query(zh, "@attr {1=/root/third[@attr='dansk s\xc3\xb8']} content",1)); /* FIXME - This triggers bug200 */ YAZ_CHECK(tl_close_down(zh, zs));