Index: trunk/ippdb/tests/insert.c
===================================================================
--- trunk/ippdb/tests/insert.c	(revision 16587)
+++ trunk/ippdb/tests/insert.c	(revision 16616)
@@ -763,20 +763,20 @@
         }
 
-        if (!pstampDataStoreInsert(dbh, -64, "a string", "a string", "a string")) {
-            exit(EXIT_FAILURE);
-        }
-
-        psDBCleanup(dbh);
-    }
-
-    {
-        psDB            *dbh;
-
-        dbh = psDBInit("localhost", "test", NULL, "test");
-        if (!dbh) {
-            exit(EXIT_FAILURE);
-        }
-
-        if (!pstampRequestInsert(dbh, -64, -64, "a string", "a string")) {
+        if (!pstampDataStoreInsert(dbh, -64, "a string", "a string", "a string", "a string")) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if (!pstampRequestInsert(dbh, -64, -64, "a string", "a string", "a string")) {
             exit(EXIT_FAILURE);
         }
