Index: trunk/ippdb/tests/insertobject.c
===================================================================
--- trunk/ippdb/tests/insertobject.c	(revision 16587)
+++ trunk/ippdb/tests/insertobject.c	(revision 16616)
@@ -1114,5 +1114,5 @@
         }
 
-        object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string");
+        object = pstampDataStoreRowAlloc(-64, "a string", "a string", "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
@@ -1136,5 +1136,5 @@
         }
 
-        object = pstampRequestRowAlloc(-64, -64, "a string", "a string");
+        object = pstampRequestRowAlloc(-64, -64, "a string", "a string", "a string");
         if (!object) {
             exit(EXIT_FAILURE);
