Index: trunk/ippdb/tests/metadatafromobject.c
===================================================================
--- trunk/ippdb/tests/metadatafromobject.c	(revision 13649)
+++ trunk/ippdb/tests/metadatafromobject.c	(revision 13739)
@@ -1246,5 +1246,5 @@
         bool            status;
 
-        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", 64.64, 64.64);
+        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1273,4 +1273,8 @@
             exit(EXIT_FAILURE);
         }
+        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
         if (!psMetadataLookupF64(&status, md, "bg") == 64.64) {
             psFree(md);
@@ -1380,5 +1384,5 @@
         bool            status;
 
-        object = diffSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
+        object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1399,4 +1403,8 @@
             exit(EXIT_FAILURE);
         }
+        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
         if (!psMetadataLookupF64(&status, md, "bg") == 64.64) {
             psFree(md);
@@ -1490,5 +1498,5 @@
         bool            status;
 
-        object = stackSumSkyfileRowAlloc(-64, "a string", 64.64, 64.64);
+        object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64);
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1506,4 +1514,8 @@
         }
         if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
+            psFree(md);
+            exit(EXIT_FAILURE);
+        }
+        if (strncmp(psMetadataLookupPtr(&status, md, "path_base"), "a string", MAX_STRING_LENGTH)) {
             psFree(md);
             exit(EXIT_FAILURE);
