Index: trunk/ippdb/tests/droptable.c
===================================================================
--- trunk/ippdb/tests/droptable.c	(revision 9684)
+++ trunk/ippdb/tests/droptable.c	(revision 9783)
@@ -193,4 +193,19 @@
         }
 
+        if (!p2MaskDropTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
         if (!p2ProcessedImfileDropTable(dbh)) {
             exit(EXIT_FAILURE);
