Index: trunk/ippdb/tests/dbsetup.c
===================================================================
--- trunk/ippdb/tests/dbsetup.c	(revision 11720)
+++ trunk/ippdb/tests/dbsetup.c	(revision 11780)
@@ -112,21 +112,9 @@
     p4InputExpCreateTable(dbh);
 
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4SkyCellMap");
+    p4SkyCellMapCreateTable(dbh);
+
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile");
     p4ScfileCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile");
-    p4InputScfileCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile");
-    p4DiffScfileCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
-    p4MagicMaskImfileCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell");
-    skyCellCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap");
-    skyCellMapCreateTable(dbh);
 
     psDBCleanup(dbh);
