IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13800


Ignore:
Timestamp:
Jun 13, 2007, 1:33:22 PM (19 years ago)
Author:
Paul Price
Message:

Somehow, 'ok' had become 'if'.

File:
1 edited

Legend:

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

    r13084 r13800  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2007-05-01 00:08:52 $
     8*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2007-06-13 23:33:22 $
    1010*
    1111*  XXXX: All of the makeTable() tests are failing, as well as one additional one.
     
    454454        {
    455455            // try to move to the extension
    456             if (psFitsMoveExtNum(fits, 1, true), "Failed to move to extension %d", lcv)
    457                 ;
     456            ok(psFitsMoveExtNum(fits, 1, true), "Failed to move to extension %d", lcv);
    458457
    459458            // check to see if I can retrieve the number back from the psFits object.
Note: See TracChangeset for help on using the changeset viewer.