Index: trunk/ippdb/tests/metadatafromobject.c
===================================================================
--- trunk/ippdb/tests/metadatafromobject.c	(revision 15421)
+++ trunk/ippdb/tests/metadatafromobject.c	(revision 15530)
@@ -1178,5 +1178,5 @@
         bool            status;
 
-        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, -16);
+        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, true, -16);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1218,4 +1218,8 @@
         }
         if (!psMetadataLookupF64(&status, md, "good_frac") == 64.64) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
+        if (!psMetadataLookupBool(&status, md, "ignore") == true) {
             psFree(md);
             exit(EXIT_FAILURE);
