Changeset 8665 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Aug 28, 2006, 6:44:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r8528 r8665 298 298 } 299 299 300 if(!p2 DoneExpCreateTable(dbh)) {301 exit(EXIT_FAILURE); 302 } 303 304 psDBCleanup(dbh); 305 } 306 307 { 308 psDB *dbh; 309 310 dbh = psDBInit("localhost", "test", NULL, "test"); 311 if (!dbh) { 312 exit(EXIT_FAILURE); 313 } 314 315 if(!p2 DoneImfileCreateTable(dbh)) {300 if(!p2ProcessedExpCreateTable(dbh)) { 301 exit(EXIT_FAILURE); 302 } 303 304 psDBCleanup(dbh); 305 } 306 307 { 308 psDB *dbh; 309 310 dbh = psDBInit("localhost", "test", NULL, "test"); 311 if (!dbh) { 312 exit(EXIT_FAILURE); 313 } 314 315 if(!p2ProcessedImfileCreateTable(dbh)) { 316 316 exit(EXIT_FAILURE); 317 317 }
Note:
See TracChangeset
for help on using the changeset viewer.
