Changeset 11988 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Feb 21, 2007, 4:29:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r11867 r11988 523 523 } 524 524 525 if(!p4S cfileCreateTable(dbh)) {525 if(!p4SkyfileCreateTable(dbh)) { 526 526 exit(EXIT_FAILURE); 527 527 } … … 553 553 } 554 554 555 if(!p5InputS cfileCreateTable(dbh)) {556 exit(EXIT_FAILURE); 557 } 558 559 psDBCleanup(dbh); 560 } 561 562 { 563 psDB *dbh; 564 565 dbh = psDBInit("localhost", "test", NULL, "test"); 566 if (!dbh) { 567 exit(EXIT_FAILURE); 568 } 569 570 if(!p5DiffS cfileCreateTable(dbh)) {555 if(!p5InputSkyfileCreateTable(dbh)) { 556 exit(EXIT_FAILURE); 557 } 558 559 psDBCleanup(dbh); 560 } 561 562 { 563 psDB *dbh; 564 565 dbh = psDBInit("localhost", "test", NULL, "test"); 566 if (!dbh) { 567 exit(EXIT_FAILURE); 568 } 569 570 if(!p5DiffSkyfileCreateTable(dbh)) { 571 571 exit(EXIT_FAILURE); 572 572 } … … 598 598 } 599 599 600 if(!p6InputS cfileCreateTable(dbh)) {601 exit(EXIT_FAILURE); 602 } 603 604 psDBCleanup(dbh); 605 } 606 607 { 608 psDB *dbh; 609 610 dbh = psDBInit("localhost", "test", NULL, "test"); 611 if (!dbh) { 612 exit(EXIT_FAILURE); 613 } 614 615 if(!p6SumS cfileCreateTable(dbh)) {600 if(!p6InputSkyfileCreateTable(dbh)) { 601 exit(EXIT_FAILURE); 602 } 603 604 psDBCleanup(dbh); 605 } 606 607 { 608 psDB *dbh; 609 610 dbh = psDBInit("localhost", "test", NULL, "test"); 611 if (!dbh) { 612 exit(EXIT_FAILURE); 613 } 614 615 if(!p6SumSkyfileCreateTable(dbh)) { 616 616 exit(EXIT_FAILURE); 617 617 }
Note:
See TracChangeset
for help on using the changeset viewer.
