Changeset 16731 for trunk/ippdb/tests/createtable.c
- Timestamp:
- Feb 28, 2008, 3:04:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/createtable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/createtable.c
r16587 r16731 268 268 } 269 269 270 if(!warpInputExpCreateTable(dbh)) {271 exit(EXIT_FAILURE);272 }273 274 psDBCleanup(dbh);275 }276 277 {278 psDB *dbh;279 280 dbh = psDBInit("localhost", "test", NULL, "test");281 if (!dbh) {282 exit(EXIT_FAILURE);283 }284 285 270 if(!warpSkyCellMapCreateTable(dbh)) { 286 271 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
