Changeset 9783 for trunk/ippdb/tests/droptable.c
- Timestamp:
- Oct 30, 2006, 11:25:59 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/droptable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/droptable.c
r9684 r9783 193 193 } 194 194 195 if (!p2MaskDropTable(dbh)) { 196 exit(EXIT_FAILURE); 197 } 198 199 psDBCleanup(dbh); 200 } 201 202 { 203 psDB *dbh; 204 205 dbh = psDBInit("localhost", "test", NULL, "test"); 206 if (!dbh) { 207 exit(EXIT_FAILURE); 208 } 209 195 210 if (!p2ProcessedImfileDropTable(dbh)) { 196 211 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
