Changeset 24852 for trunk/psModules/test/objects/tap_pmSourceIO_PS1_DEV_1.c
- Timestamp:
- Jul 17, 2009, 6:01:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/objects/tap_pmSourceIO_PS1_DEV_1.c
r21223 r24852 48 48 psMetadata *tableHeader = psMetadataAlloc(); 49 49 psString extname = psStringCopy("ext"); 50 bool rc = pmSourcesWrite_PS1_DEV_1(NULL, sources, imageHeader, tableHeader, extname , NULL);50 bool rc = pmSourcesWrite_PS1_DEV_1(NULL, sources, imageHeader, tableHeader, extname); 51 51 ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL psFits input parameter"); 52 52 psFree(fitsFile); … … 72 72 psMetadata *tableHeader = psMetadataAlloc(); 73 73 psString extname = psStringCopy("ext"); 74 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, NULL, imageHeader, tableHeader, extname , NULL);74 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, NULL, imageHeader, tableHeader, extname); 75 75 ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL pmSource input parameter"); 76 76 psFree(fitsFile); … … 96 96 psMetadata *tableHeader = psMetadataAlloc(); 97 97 psString extname = psStringCopy("ext"); 98 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, NULL , NULL);98 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, NULL); 99 99 ok(rc == false, "pmSourcesWrite_PS1_DEV_1() returned FALSE with NULL extname input parameter"); 100 100 psFree(fitsFile); … … 216 216 psMetadata *tableHeader = psMetadataAlloc(); 217 217 psString extname = psStringCopy("ext"); 218 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, extname , NULL);218 bool rc = pmSourcesWrite_PS1_DEV_1(fitsFile, sources, imageHeader, tableHeader, extname); 219 219 ok(rc == true, "pmSourcesWrite_PS1_DEV_1() returned TRUE with acceptable input parameters"); 220 220 psFree(fitsFile);
Note:
See TracChangeset
for help on using the changeset viewer.
