Index: branches/jhoblitt/ippdb/tests/alloc.c
===================================================================
--- branches/jhoblitt/ippdb/tests/alloc.c	(revision 8103)
+++ branches/jhoblitt/ippdb/tests/alloc.c	(revision 8148)
@@ -1207,5 +1207,5 @@
         detResidImfileAnalysisRow *object;
 
-        object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string"    );
+        object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", "a string"    );
 
         if (!object) {
@@ -1230,4 +1230,16 @@
         }
         if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) {
             psFree(object);
             exit(EXIT_FAILURE);
