Index: trunk/ippdb/tests/dbcleanup.c
===================================================================
--- trunk/ippdb/tests/dbcleanup.c	(revision 11720)
+++ trunk/ippdb/tests/dbcleanup.c	(revision 11780)
@@ -44,10 +44,6 @@
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run");
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp");
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap");
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile");
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile");
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");
 
     psDBCleanup(dbh);
