Index: trunk/ippdb/tests/alloc.c
===================================================================
--- trunk/ippdb/tests/alloc.c	(revision 9149)
+++ trunk/ippdb/tests/alloc.c	(revision 9173)
@@ -937,5 +937,5 @@
         detRunRow       *object;
 
-        object = detRunRowAlloc(-32, "a string"    );
+        object = detRunRowAlloc(-32, "a string", "a string"    );
 
         if (!object) {
@@ -948,4 +948,8 @@
         }
         if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) {
             psFree(object);
             exit(EXIT_FAILURE);
