IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 1:54:14 PM (21 years ago)
Author:
evanalst
Message:

Update test case for min psVectorStats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psStats02.stdout

    r1034 r3535  
    1 /***************************** TESTPOINT ******************************************\
    2 *             TestFile: tst_psStats02.c                                            *
    3 *            TestPoint: psStats functions{PS_STAT_MIN: no vector mask}             *
    4 *             TestType: Positive                                                   *
    5 \**********************************************************************************/
    6 
    7 Called psVectorStats() on a vector with no elements masked.
    8 The expected min was 0.000000; the calculated min was 0.000000
    9 
    10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_MIN: no vector mask} | tst_psStats02.c)
    11 
    12 /***************************** TESTPOINT ******************************************\
    13 *             TestFile: tst_psStats02.c                                            *
    14 *            TestPoint: psStats functions{PS_STAT_MIN: with vector mask}           *
    15 *             TestType: Positive                                                   *
    16 \**********************************************************************************/
    17 
    18 Called psVectorStats() on a vector with last N/2 elements masked.
    19 The expected min was 5.000000; the calculated min was 5.000000
    20 
    21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_MIN: with vector mask} | tst_psStats02.c)
    22 
    23 /***************************** TESTPOINT ******************************************\
    24 *             TestFile: tst_psStats02.c                                            *
    25 *            TestPoint: psStats functions{psStats(): deallocating memory}          *
    26 *             TestType: Positive                                                   *
    27 \**********************************************************************************/
    28 
    29 
    30 ---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats02.c)
    31 
Note: See TracChangeset for help on using the changeset viewer.