Index: trunk/ippdb/tests/droptable.c
===================================================================
--- trunk/ippdb/tests/droptable.c	(revision 10753)
+++ trunk/ippdb/tests/droptable.c	(revision 11045)
@@ -148,20 +148,5 @@
         }
 
-        if (!rawDetrendExpDropTable(dbh)) {
-            exit(EXIT_FAILURE);
-        }
-
-        psDBCleanup(dbh);
-    }
-
-    {
-        psDB            *dbh;
-
-        dbh = psDBInit("localhost", "test", NULL, "test");
-        if (!dbh) {
-            exit(EXIT_FAILURE);
-        }
-
-        if (!rawScienceExpDropTable(dbh)) {
+        if (!rawExpDropTable(dbh)) {
             exit(EXIT_FAILURE);
         }
