IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 12:15:21 PM (20 years ago)
Author:
gusciora
Message:

This test was completely rewritten.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/verified/tst_psStats09.stdout

    r4547 r6307  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psStats09.c                                            *
    3 *            TestPoint: psStats functions{PS_STAT_CLIPPED_MEAN: no vector mask}    *
     3*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
    7 Called psVectorStats() on a vector with no elements masked.
    8 The calculated clippedMean was 29.95
    9 
    10 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c)
    11 
     7This test should generate an error message, and return NULL.
     8        using a NULL in vector
     9        using a NULL errors vector
     10        using a NULL mask vector
    1211/***************************** TESTPOINT ******************************************\
    1312*             TestFile: tst_psStats09.c                                            *
    14 *            TestPoint: psStats functions{PS_STAT_CLIPPED_STDEV: no vector mask}  *
     13*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
    1514*             TestType: Positive                                                   *
    1615\**********************************************************************************/
    1716
    18 Called psVectorStats() on a vector with no elements masked.
    19 The calculated clippedStdev was 0.58
    20 
    21 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: no vector mask} | tst_psStats09.c)
    22 
     17This test should not generate any errors.
     18        using a psF32 in vector
     19        using a NULL errors vector
     20        using a NULL mask vector
    2321/***************************** TESTPOINT ******************************************\
    2422*             TestFile: tst_psStats09.c                                            *
    25 *            TestPoint: psStats functions{PS_STAT_CLIPPED_MEAN: vector mask}      *
     23*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
    2624*             TestType: Positive                                                   *
    2725\**********************************************************************************/
    2826
    29 Called psVectorStats() on a vector with elements masked.
    30 The calculated clippedMean was 29.45
    31 
    32 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c)
    33 
     27This test should not generate any errors.
     28        using a psF64 in vector
     29        using a NULL errors vector
     30        using a NULL mask vector
    3431/***************************** TESTPOINT ******************************************\
    3532*             TestFile: tst_psStats09.c                                            *
    36 *            TestPoint: psStats functions{PS_STAT_CLIPPED_STDEV: vector mask}      *
     33*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
    3734*             TestType: Positive                                                   *
    3835\**********************************************************************************/
    3936
    40 Called psVectorStats() on a vector with elements masked.
    41 The calculated clippedStdev was 0.29
    42 
    43 ---> TESTPOINT PASSED (psVector functions{PS_STAT_CLIPPED_MEAN/STDEV: vector mask} | tst_psStats09.c)
    44 
     37This test should not generate any errors.
     38        using a psF32 in vector
     39        using a psF32 errors vector
     40        using a NULL mask vector
    4541/***************************** TESTPOINT ******************************************\
    4642*             TestFile: tst_psStats09.c                                            *
    47 *            TestPoint: psStats functions{psStats(): deallocating memory}          *
     43*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
    4844*             TestType: Positive                                                   *
    4945\**********************************************************************************/
    5046
    51 
    52 ---> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats09.c)
    53 
     47This test should not generate any errors.
     48        using a psF32 in vector
     49        using a NULL errors vector
     50        using a psU8 mask vector
     51TEST PASSED
Note: See TracChangeset for help on using the changeset viewer.