Index: trunk/ippdb/tests/insert.c
===================================================================
--- trunk/ippdb/tests/insert.c	(revision 9705)
+++ trunk/ippdb/tests/insert.c	(revision 9783)
@@ -148,5 +148,5 @@
         }
 
-        if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32)) {
+        if (!p2PendingExpInsert(dbh, "a string", "a string", -32, -32, "a string")) {
             exit(EXIT_FAILURE);
         }
@@ -178,5 +178,20 @@
         }
 
-        if (!p2ProcessedExpInsert(dbh, "a string", -32, -32)) {
+        if (!p2ProcessedExpInsert(dbh, "a string", -32, -32, "a string")) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if (!p2MaskInsert(dbh, "a string")) {
             exit(EXIT_FAILURE);
         }
