Changeset 9788 for trunk/ippdb/tests/droptable.c
- Timestamp:
- Oct 30, 2006, 11:55:36 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/droptable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/droptable.c
r9783 r9788 253 253 } 254 254 255 if (!p3MaskDropTable(dbh)) { 256 exit(EXIT_FAILURE); 257 } 258 259 psDBCleanup(dbh); 260 } 261 262 { 263 psDB *dbh; 264 265 dbh = psDBInit("localhost", "test", NULL, "test"); 266 if (!dbh) { 267 exit(EXIT_FAILURE); 268 } 269 255 270 if (!detRunDropTable(dbh)) { 256 271 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
