X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fsort%2Fsort1.c;h=435a22deb60eff05597468dd204b902fc3a1a2e8;hb=ce529949177ef63507c8becc93366df10d3d846a;hp=ea7603bdbbea649b28a8d3fcc35ae45864438c04;hpb=b8b19cd5ced95c850cf66f0ce306161ff78f490e;p=idzebra-moved-to-github.git diff --git a/test/sort/sort1.c b/test/sort/sort1.c index ea7603b..435a22d 100644 --- a/test/sort/sort1.c +++ b/test/sort/sort1.c @@ -1,8 +1,5 @@ -/* $Id: sort1.c,v 1.11 2006-09-20 10:51:25 adam Exp $ - Copyright (C) 1995-2006 - 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 @@ -30,7 +27,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);