IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 2:08:52 PM (19 years ago)
Author:
gusciora
Message:

Removed psLogMsg() calls from the test code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fits/tap_psFits.c

    r11439 r13084  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2007-01-30 21:32:57 $
     8*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2007-05-01 00:08:52 $
    1010*
    1111*  XXXX: All of the makeTable() tests are failing, as well as one additional one.
     
    352352
    353353        // 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
    355355        // XXX: Verify error
    356356        if (psFitsMoveExtName(fits, "bogus") || psErrorGetStackSize() != 1)
     
    362362
    363363        // 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
    365365        // XXX: Verify error
    366366        if (psFitsMoveExtName(NULL, "bogus") || psErrorGetStackSize() != 1)
     
    372372
    373373        // 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
    375375        // XXX: Verify error
    376376        if (psFitsMoveExtName(fits, NULL) || psErrorGetStackSize() != 1)
     
    384384
    385385        // 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
    387387        if(psFitsGetExtName(NULL) != NULL)
    388388        {
Note: See TracChangeset for help on using the changeset viewer.