Changeset 13084 for trunk/psLib/test/fits/tap_psFits.c
- Timestamp:
- Apr 30, 2007, 2:08:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fits/tap_psFits.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fits/tap_psFits.c
r11439 r13084 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-30 21:32:57$8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-05-01 00:08:52 $ 10 10 * 11 11 * XXXX: All of the makeTable() tests are failing, as well as one additional one. … … 352 352 353 353 // check to see if given a bogus extension name, it errors. 354 psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");354 // Following should be an error 355 355 // XXX: Verify error 356 356 if (psFitsMoveExtName(fits, "bogus") || psErrorGetStackSize() != 1) … … 362 362 363 363 // check to see if given a NULL psFits, it errors. 364 psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");364 // Following should be an error 365 365 // XXX: Verify error 366 366 if (psFitsMoveExtName(NULL, "bogus") || psErrorGetStackSize() != 1) … … 372 372 373 373 // check to see if given a NULL extname, it errors. 374 psLogMsg(__func__,PS_LOG_INFO, "Following should be an error");374 // Following should be an error 375 375 // XXX: Verify error 376 376 if (psFitsMoveExtName(fits, NULL) || psErrorGetStackSize() != 1) … … 384 384 385 385 // Attempt to get ext name from null fits file 386 psLogMsg(__func__,PS_LOG_INFO,"Following should generate an error for NULL fits file");386 // Following should generate an error for NULL fits file 387 387 if(psFitsGetExtName(NULL) != NULL) 388 388 {
Note:
See TracChangeset
for help on using the changeset viewer.
