Changeset 9107 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Oct 2, 2006, 1:49:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r8665 r9107 571 571 } 572 572 573 if (!detProcessedExpSelectRowsFits(dbh, fits, NULL, 1)) { 574 exit(EXIT_FAILURE); 575 } 576 577 psFree(fits); 578 psDBCleanup(dbh); 579 } 580 581 { 582 psDB *dbh; 583 psFits *fits; 584 585 dbh = psDBInit("localhost", "test", NULL, "test"); 586 if (!dbh) { 587 exit(EXIT_FAILURE); 588 } 589 590 fits = psFitsOpen(TMP_FILENAME, "w"); 591 if (!fits) { 592 exit(EXIT_FAILURE); 593 } 594 573 595 if (!detStackedImfileSelectRowsFits(dbh, fits, NULL, 1)) { 574 596 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
