Removed uses of assert(3). Cleanup of ODR. CCL parser update so
[yaz-moved-to-github.git] / ztest / ztest.c
index a2164d7..2e36956 100644 (file)
@@ -6,7 +6,12 @@
  *    Chas Woodfield, Fretwell Downing Datasystems.
  *
  * $Log: ztest.c,v $
- * Revision 1.30  2000-01-13 23:05:50  adam
+ * Revision 1.31  2000-01-31 13:15:21  adam
+ * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
+ * that some characters are not surrounded by spaces in resulting term.
+ * ILL-code updates.
+ *
+ * Revision 1.30  2000/01/13 23:05:50  adam
  * Fixed tagging for member requester-CHECKED-IN in ILL ASN.1 spec.
  *
  * Revision 1.29  2000/01/12 14:36:07  adam
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include <assert.h>
 
 #include <yaz/backend.h>
 #include <yaz/log.h>
@@ -438,7 +442,6 @@ static char *dummy_database_record (int num, ODR odr)
        if (num == 98)
        {
            buf = (char*) odr_malloc(odr, 2101);
-           assert(buf);
            memset(buf, 'A', 2100);
            buf[2100] = '\0';
            break;