IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 1:56:12 PM (19 years ago)
Author:
gusciora
Message:

Made several changes to keep the tap tests up-to-date with recent src
changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tap_psImagePixelManip.c

    r11685 r12094  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-02-07 22:50:18 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-27 23:56:12 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    686686        // Verify program execution doen't stop, if the overly image contains
    687687        // zero values with division operation is specified.
     688        // XXX: This currently doesn't work.  Apparently, the psImageOverlaySection()
     689        // will happily divide by 0.0.
    688690        for (unsigned row=0;row<r;row++)
    689691        {
     
    695697        retVal = psImageOverlaySection(img,img2,0,0,"/");
    696698        ok(retVal == 0, "psImageOverlaySection returned zero when checking divide-by-zero");
    697 
     699        printf("XXX: retVal is %d, should be 0\n", retVal);
    698700        psFree(img);
    699701        psFree(img2);
Note: See TracChangeset for help on using the changeset viewer.