X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=6491368d0ce94b0360e9c66fe5c93e85d6e7e025;hb=e26fd4d7361802023a6264f406e98d71503050cd;hp=2be29208c543d1105893f40b88c6835d0e7abc55;hpb=3731bdaf94aeba2550fc553aebe34831c203dc36;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 2be2920..6491368 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,4 +1,4 @@ -/* $Id: testlib.c,v 1.47 2007-11-30 12:19:09 adam Exp $ +/* $Id: testlib.c,v 1.48 2007-12-03 11:47:53 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -493,6 +493,11 @@ ZEBRA_RES tl_fetch_compare(ZebraHandle zh, res = ZEBRA_FAIL; else if (memcmp(cmp_rec, rec_buf, rec_len)) res = ZEBRA_FAIL; + if (res == ZEBRA_FAIL) + { + yaz_log(YLOG_LOG, "Expected: %s", cmp_rec); + yaz_log(YLOG_LOG, "Got: %.*s", rec_len, rec_buf); + } } odr_destroy(odr); return res;