Index: trunk/ippdb/tests/dbsetup.c
===================================================================
--- trunk/ippdb/tests/dbsetup.c	(revision 15576)
+++ trunk/ippdb/tests/dbsetup.c	(revision 16587)
@@ -22,15 +22,9 @@
     summitImfileCreateTable(dbh);
 
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp");
-    pzPendingExpCreateTable(dbh);
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadExp");
+    pzDownloadExpCreateTable(dbh);
 
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile");
-    pzPendingImfileCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp");
-    pzDoneExpCreateTable(dbh);
-
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile");
-    pzDoneImfileCreateTable(dbh);
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadImfile");
+    pzDownloadImfileCreateTable(dbh);
 
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp");
@@ -169,4 +163,13 @@
     flatcorrExpCreateTable(dbh);
 
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore");
+    pstampDataStoreCreateTable(dbh);
+
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest");
+    pstampRequestCreateTable(dbh);
+
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampJob");
+    pstampJobCreateTable(dbh);
+
     psDBCleanup(dbh);
 
