X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort2%2Ft1.c;h=d2bd23b0d8ed6706ad953fce0a38487cb62532cd;hb=325dfaa45a42dd93f7a3741682310630f0f6bd3c;hp=78d2b02c2fb55c238d7efd83d0c46f6661961a1c;hpb=74fdf8a15af7bb827a256d9df3ecc34a57d2120f;p=idzebra-moved-to-github.git diff --git a/test/sort2/t1.c b/test/sort2/t1.c index 78d2b02..d2bd23b 100644 --- a/test/sort2/t1.c +++ b/test/sort2/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.5 2006-03-31 15:58:09 adam Exp $ +/* $Id: t1.c,v 1.7 2006-05-19 13:49:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -47,9 +47,17 @@ 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)); } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +