From 97e5c7f8db1ea9f806bf4bca38dee837c32d2e6f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Jun 2004 00:24:12 +0000 Subject: [PATCH] Proper test for forward --- isamb/tstisamb.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 66a2b2f..08ff71e 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,4 +1,4 @@ -/* $Id: tstisamb.c,v 1.5 2004-06-02 12:30:32 adam Exp $ +/* $Id: tstisamb.c,v 1.6 2004-06-03 00:24:12 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -110,12 +110,12 @@ void tst_forward(ISAMB isb, int n) /* read the entries */ pp = isamb_pp_open (isb, isamc_p); - for (i = 0; i xuntil) + int xu = i; + isamb_pp_forward(pp, &x, &xu); + if (x != xu && xu != x+1) { yaz_log(LOG_WARN, "isamb_pp_forward (2). Got %d (expected %d)", - x, xuntil); + x, xu); exit(4); } ri.no++; -- 1.7.10.4