Index: trunk/ippdb/tests/dbsetup.c
===================================================================
--- trunk/ippdb/tests/dbsetup.c	(revision 14598)
+++ trunk/ippdb/tests/dbsetup.c	(revision 15343)
@@ -13,4 +13,7 @@
 
     // remove the table if it already exists
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDataStore");
+    pzDataStoreCreateTable(dbh);
+
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp");
     summitExpCreateTable(dbh);
@@ -130,4 +133,10 @@
     detRegisteredImfileCreateTable(dbh);
 
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedExp");
+    detCorrectedExpCreateTable(dbh);
+
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detCorrectedImfile");
+    detCorrectedImfileCreateTable(dbh);
+
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicRun");
     magicRunCreateTable(dbh);
@@ -145,4 +154,7 @@
     magicMaskCreateTable(dbh);
 
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS magicSkyfileMask");
+    magicSkyfileMaskCreateTable(dbh);
+
     psDBCleanup(dbh);
 
