X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath6.c;h=282fcbd3a74bd8304163e7ef63fec2a79a5d8c09;hb=e4c6861efeeea654bfb00c5f0239ee258629d77f;hp=f22e714020a4a3ab4baf344e1db19c8596bce4ab;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath6.c b/test/xpath/xpath6.c index f22e714..282fcbd 100644 --- a/test/xpath/xpath6.c +++ b/test/xpath/xpath6.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 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 @@ -51,8 +51,8 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_query(zh, "@attr 5=1 @attr 6=3 @attr 4=1 @attr 1=18 \"367-93-1\"", 2)); YAZ_CHECK(tl_query(zh, "@attr 1=/assembled/orgs/org 0", 1)); - - YAZ_CHECK(tl_query(zh, + + YAZ_CHECK(tl_query(zh, "@and @attr 1=/assembled/orgs/org 0 @attr 5=1 @attr 6=3 @attr 4=1 " "@attr 1=/assembled/basic/names/CASno \"367-93-1\"", 1));