IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 12:50:59 PM (21 years ago)
Author:
evanalst
Message:

Update test cases for finding max with psVectorStats.

File:
1 edited

Legend:

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

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