X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fxslt%2Fxslt2.c;h=e76dca6393c53fb6dd10b7c4e84912dbd95e3838;hb=76f8077473d16bc4886ca603f56ebf2aa36e2b17;hp=d45bb31c45be2b50d6e22136ce18bd11e91bb15c;hpb=89d3a004b7c651fd5673abfc192e1472dc4d4197;p=idzebra-moved-to-github.git diff --git a/test/xslt/xslt2.c b/test/xslt/xslt2.c index d45bb31..e76dca6 100644 --- a/test/xslt/xslt2.c +++ b/test/xslt/xslt2.c @@ -1,8 +1,5 @@ -/* $Id: xslt2.c,v 1.12 2007-01-15 15:10:26 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 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 @@ -71,7 +68,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(tl_init_data(zh, records_array)); /* only get hits from first record .. */ - YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 1)); + YAZ_CHECK(tl_query(zh, "@attr 1=title computer", 3)); YAZ_CHECK(tl_query(zh, "@attr 1=control 11224466", 1)); YAZ_CHECK(tl_query_x(zh, "@attr 1=titl computer", 0, 114));