Index: branches/jhoblitt/ippdb/tests/alloc.c
===================================================================
--- branches/jhoblitt/ippdb/tests/alloc.c	(revision 7460)
+++ branches/jhoblitt/ippdb/tests/alloc.c	(revision 7500)
@@ -880,5 +880,5 @@
         detRunRow       *object;
 
-        object = detRunRowAlloc("a string"    );
+        object = detRunRowAlloc("a string", -32    );
 
         if (!object) {
@@ -887,4 +887,8 @@
 
         if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (!object->iteration == -32) {
             psFree(object);
             exit(EXIT_FAILURE);
