Index: trunk/ippdb/tests/createtable.c
===================================================================
--- trunk/ippdb/tests/createtable.c	(revision 18595)
+++ trunk/ippdb/tests/createtable.c	(revision 20205)
@@ -778,5 +778,20 @@
         }
 
-        if(!flatcorrExpCreateTable(dbh)) {
+        if(!flatcorrChipLinkCreateTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if(!flatcorrCamLinkCreateTable(dbh)) {
             exit(EXIT_FAILURE);
         }
@@ -794,4 +809,19 @@
 
         if(!pstampDataStoreCreateTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if(!pstampProjectCreateTable(dbh)) {
             exit(EXIT_FAILURE);
         }
