Index: trunk/ippdb/tests/droptable.c
===================================================================
--- trunk/ippdb/tests/droptable.c	(revision 16731)
+++ trunk/ippdb/tests/droptable.c	(revision 17144)
@@ -298,4 +298,19 @@
         }
 
+        if (!warpMaskDropTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
         if (!diffRunDropTable(dbh)) {
             exit(EXIT_FAILURE);
