Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / isamb / tstisamb.c
index 17f2a38..7391eea 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: tstisamb.c,v 1.14 2005-01-02 18:51:31 adam Exp $
+/* $Id: tstisamb.c,v 1.16 2005-01-15 19:38:31 adam Exp $
    Copyright (C) 1995-2005
-   Index Data Aps
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -143,7 +143,6 @@ void tst_insert(ISAMB isb, int n)
 
     if (nerrs)
         exit(3);
-    return;
     /* delete a number of entries (even ones) */
     ri.no = 0;
     ri.step = 2;
@@ -156,7 +155,7 @@ void tst_insert(ISAMB isb, int n)
     isamc_p = isamb_merge (isb, isamc_p , &isamc_i);
 
     /* delete a number of entries (odd ones) */
-    ri.no = 0;
+    ri.no = 1;
     ri.step = 2;
     ri.max = n;
     ri.insertMode = 0;