Index: trunk/ippdb/tests/metadatafromobject.c
===================================================================
--- trunk/ippdb/tests/metadatafromobject.c	(revision 16731)
+++ trunk/ippdb/tests/metadatafromobject.c	(revision 17142)
@@ -1283,5 +1283,5 @@
         bool            status;
 
-        object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", true);
+        object = warpRunRowAlloc(-64, -64, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", true);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1317,4 +1317,8 @@
             exit(EXIT_FAILURE);
         }
+        if (strncmp(psMetadataLookupPtr(&status, md, "label"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
         if (strncmp(psMetadataLookupPtr(&status, md, "dvodb"), "a string", MAX_STRING_LENGTH)) {
             psFree(md);
@@ -3162,5 +3166,5 @@
         bool            status;
 
-        object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string");
+        object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string", -16);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -3192,4 +3196,7 @@
             exit(EXIT_FAILURE);
         }
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
 
         psFree(md);
@@ -3201,5 +3208,5 @@
         bool            status;
 
-        object = pstampJobRowAlloc(-64, -64, "a string", -32, "a string", "a string", "a string");
+        object = pstampJobRowAlloc(-64, -64, "a string", "a string", -32, "a string", "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
@@ -3220,4 +3227,8 @@
         }
         if (strncmp(psMetadataLookupPtr(&status, md, "state"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(psMetadataLookupPtr(&status, md, "jobType"), "a string", MAX_STRING_LENGTH)) {
             psFree(md);
             exit(EXIT_FAILURE);
