Changeset 14169 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Jul 12, 2007, 12:27:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r14061 r14169 285 285 } 286 286 287 if (!chipInputImfileSelectRowsFits(dbh, fits, NULL, 1)) {288 exit(EXIT_FAILURE);289 }290 291 psFree(fits);292 psDBCleanup(dbh);293 }294 295 {296 psDB *dbh;297 psFits *fits;298 299 dbh = psDBInit("localhost", "test", NULL, "test");300 if (!dbh) {301 exit(EXIT_FAILURE);302 }303 304 fits = psFitsOpen(TMP_FILENAME, "w");305 if (!fits) {306 exit(EXIT_FAILURE);307 }308 309 287 if (!chipProcessedImfileSelectRowsFits(dbh, fits, NULL, 1)) { 310 288 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
