X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fsort%2Fsort1.c;h=661570d0f9aa871ba1fb80cecac7f337d316b29d;hp=ea7603bdbbea649b28a8d3fcc35ae45864438c04;hb=89d3a004b7c651fd5673abfc192e1472dc4d4197;hpb=b8b19cd5ced95c850cf66f0ce306161ff78f490e diff --git a/test/sort/sort1.c b/test/sort/sort1.c index ea7603b..661570d 100644 --- a/test/sort/sort1.c +++ b/test/sort/sort1.c @@ -1,5 +1,5 @@ -/* $Id: sort1.c,v 1.11 2006-09-20 10:51:25 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: sort1.c,v 1.13 2007-01-15 15:10:24 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -30,7 +30,7 @@ static void tst(int argc, char **argv) char path[256]; int i; - YAZ_CHECK(zebra_select_database(zh, "Default") == ZEBRA_OK); + YAZ_CHECK_EQ(zebra_select_database(zh, "Default"), ZEBRA_OK); zebra_init(zh);