Changeset 9149 for trunk/ippdb/tests/droptable.c
- Timestamp:
- Oct 3, 2006, 12:09:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/droptable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/droptable.c
r9107 r9149 448 448 } 449 449 450 if (!detNormalizedExpDropTable(dbh)) { 451 exit(EXIT_FAILURE); 452 } 453 454 psDBCleanup(dbh); 455 } 456 457 { 458 psDB *dbh; 459 460 dbh = psDBInit("localhost", "test", NULL, "test"); 461 if (!dbh) { 462 exit(EXIT_FAILURE); 463 } 464 450 465 if (!detMasterFrameDropTable(dbh)) { 451 466 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
