Changeset 6205 for trunk/psModules/test/astrom
- Timestamp:
- Jan 26, 2006, 11:10:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/astrom/tst_pmAstrometry.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/astrom/tst_pmAstrometry.c
r5681 r6205 9 9 * XXX: Create the pmHDU alloc/free function, test them here 10 10 * 11 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $12 * @date $Date: 200 5-12-05 21:28:55$11 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-01-26 21:10:51 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 137 137 138 138 // 139 // How to test the p_pmHDU * privatemember?139 // How to test the p_pmHDU *hdu member? 140 140 // 141 141 … … 208 208 } 209 209 210 if (fpa-> private!= NULL) {211 psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set -> privateto NULL.");210 if (fpa->hdu != NULL) { 211 psLogMsg(__func__,PS_LOG_ERROR, "TEST ERROR: pmFPAAlloc did not set ->hdu to NULL."); 212 212 return 9; 213 213 } … … 258 258 259 259 // 260 // How to test the p_pmHDU * privatemember?260 // How to test the p_pmHDU *hdu member? 261 261 // 262 262 … … 325 325 } 326 326 327 if (chip-> private!= NULL) {328 psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip-> privateset improperly.\n");327 if (chip->hdu != NULL) { 328 psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: chip->hdu set improperly.\n"); 329 329 return 25; 330 330 } … … 395 395 396 396 // 397 // How to test the p_pmHDU * privatemember?397 // How to test the p_pmHDU *hdu member? 398 398 // 399 399 … … 473 473 } 474 474 475 if (cell-> private!= NULL) {476 psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell-> privateset improperly.\n");475 if (cell->hdu != NULL) { 476 psLogMsg(__func__, PS_LOG_ERROR, "TEST ERROR: cell->hdu set improperly.\n"); 477 477 return 27; 478 478 }
Note:
See TracChangeset
for help on using the changeset viewer.
