IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2007, 11:09:31 AM (19 years ago)
Author:
gusciora
Message:

This is a fairly large checkin. Most of the files were modified so they have
the same basic structure and format for testing: reporting errors, checking
memory leaks etc. Several bug fixes are included as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psStats00.c

    r12607 r12781  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-03-27 22:52:03 $
     11 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-04-10 21:09:30 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    242242        }
    243243        bool result = psVectorStats(myStats, myVector, NULL, maskVector, 1);
    244         ok(result == false, "psVectorStats suceeded (All values masked)");
     244        ok(result == true, "psVectorStats() returned TRUE (All values masked)");
    245245        ok(isnan(myStats->sampleMean), "psVectorStats() returned NAN");
    246246        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note: See TracChangeset for help on using the changeset viewer.