Index: branches/jhoblitt/ippdb/tests/insertobject.c
===================================================================
--- branches/jhoblitt/ippdb/tests/insertobject.c	(revision 8006)
+++ branches/jhoblitt/ippdb/tests/insertobject.c	(revision 8020)
@@ -234,5 +234,5 @@
         }
 
-        object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string", "a string");
+        object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
@@ -278,5 +278,5 @@
         }
 
-        object = newImfileRowAlloc("a string", "a string", "a string", "a string");
+        object = newImfileRowAlloc("a string", "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
