Index: trunk/ippdb/tests/dbsetup.c
===================================================================
--- trunk/ippdb/tests/dbsetup.c	(revision 9107)
+++ trunk/ippdb/tests/dbsetup.c	(revision 9149)
@@ -100,4 +100,7 @@
     detNormalizedImfileCreateTable(dbh);
 
+    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detNormalizedExp");
+    detNormalizedExpCreateTable(dbh);
+
     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detMasterFrame");
     detMasterFrameCreateTable(dbh);
