IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2004, 2:13:57 PM (22 years ago)
Author:
desonia
Message:

Changed testpoint header so that testpoints can be easily counted

File:
1 edited

Legend:

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

    r1026 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psStats07.c                                            |
    3 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psStats07.c                                            *
     3*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77Calling psVectorStats() on a vector with no elements masked.
     
    1111---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: no vector mask} | tst_psStats07.c)
    1212
    13 /----------------------------- TESTPOINT ------------------------------------------\
    14 |             TestFile: tst_psStats07.c                                            |
    15 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} |
    16 |             TestType: Positive                                                   |
    17 \----------------------------------------------------------------------------------/
     13/***************************** TESTPOINT ******************************************\
     14*             TestFile: tst_psStats07.c                                            *
     15*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} *
     16*             TestType: Positive                                                   *
     17\**********************************************************************************/
    1818
    1919The expected Median was 0.000000; the calculated Median was 0.000000
     
    2121---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c)
    2222
    23 /----------------------------- TESTPOINT ------------------------------------------\
    24 |             TestFile: tst_psStats07.c                                            |
    25 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} |
    26 |             TestType: Positive                                                   |
    27 \----------------------------------------------------------------------------------/
     23/***************************** TESTPOINT ******************************************\
     24*             TestFile: tst_psStats07.c                                            *
     25*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} *
     26*             TestType: Positive                                                   *
     27\**********************************************************************************/
    2828
    2929The expected Mode was -1.000000; the calculated Mode was -1.000000
     
    3131---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
    3232
    33 /----------------------------- TESTPOINT ------------------------------------------\
    34 |             TestFile: tst_psStats07.c                                            |
    35 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} |
    36 |             TestType: Positive                                                   |
    37 \----------------------------------------------------------------------------------/
     33/***************************** TESTPOINT ******************************************\
     34*             TestFile: tst_psStats07.c                                            *
     35*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} *
     36*             TestType: Positive                                                   *
     37\**********************************************************************************/
    3838
    3939The expected Stdev was 0.000000; the calculated Stdev was 0.000000
     
    4141---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: no vector mask} | tst_psStats07.c)
    4242
    43 /----------------------------- TESTPOINT ------------------------------------------\
    44 |             TestFile: tst_psStats07.c                                            |
    45 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} |
    46 |             TestType: Positive                                                   |
    47 \----------------------------------------------------------------------------------/
     43/***************************** TESTPOINT ******************************************\
     44*             TestFile: tst_psStats07.c                                            *
     45*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} *
     46*             TestType: Positive                                                   *
     47\**********************************************************************************/
    4848
    4949The expected LQ was 0.000000; the calculated LQ was 0.000000
     
    5151---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
    5252
    53 /----------------------------- TESTPOINT ------------------------------------------\
    54 |             TestFile: tst_psStats07.c                                            |
    55 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: no vector mask} |
    56 |             TestType: Positive                                                   |
    57 \----------------------------------------------------------------------------------/
     53/***************************** TESTPOINT ******************************************\
     54*             TestFile: tst_psStats07.c                                            *
     55*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: no vector mask} *
     56*             TestType: Positive                                                   *
     57\**********************************************************************************/
    5858
    5959The expected UQ was 0.000000; the calculated UQ was 0.000000
     
    6161---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c)
    6262
    63 /----------------------------- TESTPOINT ------------------------------------------\
    64 |             TestFile: tst_psStats07.c                                            |
    65 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} |
    66 |             TestType: Positive                                                   |
    67 \----------------------------------------------------------------------------------/
     63/***************************** TESTPOINT ******************************************\
     64*             TestFile: tst_psStats07.c                                            *
     65*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} *
     66*             TestType: Positive                                                   *
     67\**********************************************************************************/
    6868
    6969The expected N50 was 0.000000; the calculated N50 was 0.000000
     
    7171---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: no vector mask} | tst_psStats07.c)
    7272
    73 /----------------------------- TESTPOINT ------------------------------------------\
    74 |             TestFile: tst_psStats07.c                                            |
    75 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} |
    76 |             TestType: Positive                                                   |
    77 \----------------------------------------------------------------------------------/
     73/***************************** TESTPOINT ******************************************\
     74*             TestFile: tst_psStats07.c                                            *
     75*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} *
     76*             TestType: Positive                                                   *
     77\**********************************************************************************/
    7878
    7979The expected Nfit was 0.000000; the calculated Nfit was 0.000000
     
    8181---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: no vector mask} | tst_psStats07.c)
    8282
    83 /----------------------------- TESTPOINT ------------------------------------------\
    84 |             TestFile: tst_psStats07.c                                            |
    85 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} |
    86 |             TestType: Positive                                                   |
    87 \----------------------------------------------------------------------------------/
     83/***************************** TESTPOINT ******************************************\
     84*             TestFile: tst_psStats07.c                                            *
     85*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} *
     86*             TestType: Positive                                                   *
     87\**********************************************************************************/
    8888
    8989Calling psVectorStats() on a vector with elements masked.
     
    9393---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust mean: with vector mask} | tst_psStats07.c)
    9494
    95 /----------------------------- TESTPOINT ------------------------------------------\
    96 |             TestFile: tst_psStats07.c                                            |
    97 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} |
    98 |             TestType: Positive                                                   |
    99 \----------------------------------------------------------------------------------/
     95/***************************** TESTPOINT ******************************************\
     96*             TestFile: tst_psStats07.c                                            *
     97*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} *
     98*             TestType: Positive                                                   *
     99\**********************************************************************************/
    100100
    101101The expected Median was 0.000000; the calculated Median was 0.000000
     
    103103---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: with vector mask} | tst_psStats07.c)
    104104
    105 /----------------------------- TESTPOINT ------------------------------------------\
    106 |             TestFile: tst_psStats07.c                                            |
    107 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} |
    108 |             TestType: Positive                                                   |
    109 \----------------------------------------------------------------------------------/
     105/***************************** TESTPOINT ******************************************\
     106*             TestFile: tst_psStats07.c                                            *
     107*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} *
     108*             TestType: Positive                                                   *
     109\**********************************************************************************/
    110110
    111111The expected Mode was 40.000000; the calculated Mode was 40.000000
     
    113113---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
    114114
    115 /----------------------------- TESTPOINT ------------------------------------------\
    116 |             TestFile: tst_psStats07.c                                            |
    117 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} |
    118 |             TestType: Positive                                                   |
    119 \----------------------------------------------------------------------------------/
     115/***************************** TESTPOINT ******************************************\
     116*             TestFile: tst_psStats07.c                                            *
     117*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} *
     118*             TestType: Positive                                                   *
     119\**********************************************************************************/
    120120
    121121The expected Stdev was 0.000000; the calculated Stdev was 0.000000
     
    123123---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Stdev: with vector mask} | tst_psStats07.c)
    124124
    125 /----------------------------- TESTPOINT ------------------------------------------\
    126 |             TestFile: tst_psStats07.c                                            |
    127 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} |
    128 |             TestType: Positive                                                   |
    129 \----------------------------------------------------------------------------------/
     125/***************************** TESTPOINT ******************************************\
     126*             TestFile: tst_psStats07.c                                            *
     127*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} *
     128*             TestType: Positive                                                   *
     129\**********************************************************************************/
    130130
    131131The expected LQ was 0.000000; the calculated LQ was 0.000000
     
    133133---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)
    134134
    135 /----------------------------- TESTPOINT ------------------------------------------\
    136 |             TestFile: tst_psStats07.c                                            |
    137 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: with vector mask} |
    138 |             TestType: Positive                                                   |
    139 \----------------------------------------------------------------------------------/
     135/***************************** TESTPOINT ******************************************\
     136*             TestFile: tst_psStats07.c                                            *
     137*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: upper quartile: with vector mask} *
     138*             TestType: Positive                                                   *
     139\**********************************************************************************/
    140140
    141141The expected UQ was 0.000000; the calculated UQ was 0.000000
     
    143143---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: with vector mask} | tst_psStats07.c)
    144144
    145 /----------------------------- TESTPOINT ------------------------------------------\
    146 |             TestFile: tst_psStats07.c                                            |
    147 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} |
    148 |             TestType: Positive                                                   |
    149 \----------------------------------------------------------------------------------/
     145/***************************** TESTPOINT ******************************************\
     146*             TestFile: tst_psStats07.c                                            *
     147*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} *
     148*             TestType: Positive                                                   *
     149\**********************************************************************************/
    150150
    151151The expected N50 was 0.000000; the calculated N50 was 0.000000
     
    153153---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust N50: with vector mask} | tst_psStats07.c)
    154154
    155 /----------------------------- TESTPOINT ------------------------------------------\
    156 |             TestFile: tst_psStats07.c                                            |
    157 |            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} |
    158 |             TestType: Positive                                                   |
    159 \----------------------------------------------------------------------------------/
     155/***************************** TESTPOINT ******************************************\
     156*             TestFile: tst_psStats07.c                                            *
     157*            TestPoint: psStats functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} *
     158*             TestType: Positive                                                   *
     159\**********************************************************************************/
    160160
    161161The expected Nfit was 0.000000; the calculated Nfit was 0.000000
     
    163163---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Nfit: with vector mask} | tst_psStats07.c)
    164164
    165 /----------------------------- TESTPOINT ------------------------------------------\
    166 |             TestFile: tst_psStats07.c                                            |
    167 |            TestPoint: psStats functions{psStats(): deallocating memory}          |
    168 |             TestType: Positive                                                   |
    169 \----------------------------------------------------------------------------------/
     165/***************************** TESTPOINT ******************************************\
     166*             TestFile: tst_psStats07.c                                            *
     167*            TestPoint: psStats functions{psStats(): deallocating memory}          *
     168*             TestType: Positive                                                   *
     169\**********************************************************************************/
    170170
    171171
Note: See TracChangeset for help on using the changeset viewer.