X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft15.c;fp=test%2Fapi%2Ft15.c;h=3d0c15e3b5d0d57c6c9385476aabcd32d339d0e8;hb=8d79127b1f081818d59b1f6119d373d50468ab30;hp=48e957359cb582371a8c9dccbb0b3a7291d7eb19;hpb=61080b04dd2fe74b70d413cb31e9197713bb0762;p=idzebra-moved-to-github.git diff --git a/test/api/t15.c b/test/api/t15.c index 48e9573..3d0c15e 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.1 2006-04-04 00:03:27 adam Exp $ +/* $Id: t15.c,v 1.2 2006-04-05 02:03:33 adam Exp $ Copyright (C) 2004-2005 Index Data ApS @@ -84,6 +84,10 @@ static void tst(int argc, char **argv) ZebraHandle zh = zebra_open(zs, 0); + YAZ_CHECK(zs); + + YAZ_CHECK(zh); + YAZ_CHECK(zebra_select_database(zh, "Default") == ZEBRA_OK); zebra_init(zh);