Index: trunk/ippdb/tests/metadatafromobject.c
===================================================================
--- trunk/ippdb/tests/metadatafromobject.c	(revision 9149)
+++ trunk/ippdb/tests/metadatafromobject.c	(revision 9173)
@@ -1115,5 +1115,5 @@
         bool            status;
 
-        object = detRunRowAlloc(-32, "a string");
+        object = detRunRowAlloc(-32, "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1132,4 +1132,8 @@
         }
         if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(psMetadataLookupPtr(&status, md, "state"), "a string", MAX_STRING_LENGTH)) {
             psFree(md);
             exit(EXIT_FAILURE);
