Changeset 17144 for trunk/ippdb/tests/selectrowsfits.c
- Timestamp:
- Mar 25, 2008, 1:14:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/selectrowsfits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/selectrowsfits.c
r16731 r17144 439 439 } 440 440 441 if (!warpMaskSelectRowsFits(dbh, fits, NULL, 1)) { 442 exit(EXIT_FAILURE); 443 } 444 445 psFree(fits); 446 psDBCleanup(dbh); 447 } 448 449 { 450 psDB *dbh; 451 psFits *fits; 452 453 dbh = psDBInit("localhost", "test", NULL, "test"); 454 if (!dbh) { 455 exit(EXIT_FAILURE); 456 } 457 458 fits = psFitsOpen(TMP_FILENAME, "w"); 459 if (!fits) { 460 exit(EXIT_FAILURE); 461 } 462 441 463 if (!diffRunSelectRowsFits(dbh, fits, NULL, 1)) { 442 464 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
