Changeset 17144 for trunk/ippdb/tests/droptable.c
- Timestamp:
- Mar 25, 2008, 1:14:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/droptable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/droptable.c
r16731 r17144 298 298 } 299 299 300 if (!warpMaskDropTable(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 300 315 if (!diffRunDropTable(dbh)) { 301 316 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
