Index: trunk/ippdb/tests/createtable.c
===================================================================
--- trunk/ippdb/tests/createtable.c	(revision 11867)
+++ trunk/ippdb/tests/createtable.c	(revision 11988)
@@ -523,5 +523,5 @@
         }
 
-        if(!p4ScfileCreateTable(dbh)) {
+        if(!p4SkyfileCreateTable(dbh)) {
             exit(EXIT_FAILURE);
         }
@@ -553,20 +553,20 @@
         }
 
-        if(!p5InputScfileCreateTable(dbh)) {
-            exit(EXIT_FAILURE);
-        }
-
-        psDBCleanup(dbh);
-    }
-
-    {
-        psDB            *dbh;
-
-        dbh = psDBInit("localhost", "test", NULL, "test");
-        if (!dbh) {
-            exit(EXIT_FAILURE);
-        }
-
-        if(!p5DiffScfileCreateTable(dbh)) {
+        if(!p5InputSkyfileCreateTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if(!p5DiffSkyfileCreateTable(dbh)) {
             exit(EXIT_FAILURE);
         }
@@ -598,20 +598,20 @@
         }
 
-        if(!p6InputScfileCreateTable(dbh)) {
-            exit(EXIT_FAILURE);
-        }
-
-        psDBCleanup(dbh);
-    }
-
-    {
-        psDB            *dbh;
-
-        dbh = psDBInit("localhost", "test", NULL, "test");
-        if (!dbh) {
-            exit(EXIT_FAILURE);
-        }
-
-        if(!p6SumScfileCreateTable(dbh)) {
+        if(!p6InputSkyfileCreateTable(dbh)) {
+            exit(EXIT_FAILURE);
+        }
+
+        psDBCleanup(dbh);
+    }
+
+    {
+        psDB            *dbh;
+
+        dbh = psDBInit("localhost", "test", NULL, "test");
+        if (!dbh) {
+            exit(EXIT_FAILURE);
+        }
+
+        if(!p6SumSkyfileCreateTable(dbh)) {
             exit(EXIT_FAILURE);
         }
