Changeset 8380 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Aug 15, 2006, 6:14:10 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r8368 r8380 463 463 } 464 464 465 if(!detResidImfile AnalysisCreateTable(dbh)) {466 exit(EXIT_FAILURE); 467 } 468 469 psDBCleanup(dbh); 470 } 471 472 { 473 psDB *dbh; 474 475 dbh = psDBInit("localhost", "test", NULL, "test"); 476 if (!dbh) { 477 exit(EXIT_FAILURE); 478 } 479 480 if(!detResidExp AnalysisCreateTable(dbh)) {465 if(!detResidImfileCreateTable(dbh)) { 466 exit(EXIT_FAILURE); 467 } 468 469 psDBCleanup(dbh); 470 } 471 472 { 473 psDB *dbh; 474 475 dbh = psDBInit("localhost", "test", NULL, "test"); 476 if (!dbh) { 477 exit(EXIT_FAILURE); 478 } 479 480 if(!detResidExpCreateTable(dbh)) { 481 481 exit(EXIT_FAILURE); 482 482 }
Note:
See TracChangeset
for help on using the changeset viewer.
