X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort2%2Ft1.c;fp=test%2Fsort2%2Ft1.c;h=d2bd23b0d8ed6706ad953fce0a38487cb62532cd;hb=6ba9698e88c0283e40fa5980a1a6b551fff2d597;hp=66f81c5a1c6777c398954d52a94e86ee36b50240;hpb=f7a3769dede0071696bdcc13ae2ee1efe6d52d96;p=idzebra-moved-to-github.git diff --git a/test/sort2/t1.c b/test/sort2/t1.c index 66f81c5..d2bd23b 100644 --- a/test/sort2/t1.c +++ b/test/sort2/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.6 2006-05-10 08:13:39 adam Exp $ +/* $Id: t1.c,v 1.7 2006-05-19 13:49:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -47,7 +47,7 @@ static void tst(int argc, char **argv) ids[1] = 5; ids[2] = 3; ids[3] = 4; - YAZ_CHECK(tl_sort(zh, "@or computer @attr 7=1 @attr 1=4 0", 4, ids)); + YAZ_CHECK(tl_sort(zh, "@or @attr 1=4 computer @attr 7=1 @attr 1=4 0", 4, ids)); YAZ_CHECK(tl_close_down(zh, zs)); }