Index: trunk/ippdb/tests/dbsetup.c
===================================================================
--- trunk/ippdb/tests/dbsetup.c	(revision 8368)
+++ trunk/ippdb/tests/dbsetup.c	(revision 8380)
@@ -103,9 +103,9 @@
     detMasterImfileCreateTable(dbh);
 
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfileAnalysis");
-    detResidImfileAnalysisCreateTable(dbh);
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidImfile");
+    detResidImfileCreateTable(dbh);
 
-    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExpAnalysis");
-    detResidExpAnalysisCreateTable(dbh);
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp");
+    detResidExpCreateTable(dbh);
 
     psDBCleanup(dbh);
