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/collections/verified/tst_psVector_01.stdout

    r968 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psVector_01.c                                          |
    3 |            TestPoint: psVector{Create S32 vector}                                |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psVector_01.c                                          *
     3*            TestPoint: psVector{Create S32 vector}                                *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77Vector size = 5
     
    1212---> TESTPOINT PASSED (psVector{Create S32 vector} | tst_psVector_01.c)
    1313
    14 /----------------------------- TESTPOINT ------------------------------------------\
    15 |             TestFile: tst_psVector_01.c                                          |
    16 |            TestPoint: psVector{Add data to S32 vector}                           |
    17 |             TestType: Positive                                                   |
    18 \----------------------------------------------------------------------------------/
     14/***************************** TESTPOINT ******************************************\
     15*             TestFile: tst_psVector_01.c                                          *
     16*            TestPoint: psVector{Add data to S32 vector}                           *
     17*             TestType: Positive                                                   *
     18\**********************************************************************************/
    1919
    2020Elem 0 = 0
     
    2828---> TESTPOINT PASSED (psVector{Add data to S32 vector} | tst_psVector_01.c)
    2929
    30 /----------------------------- TESTPOINT ------------------------------------------\
    31 |             TestFile: tst_psVector_01.c                                          |
    32 |            TestPoint: psVector{Reallocate S32 vector bigger}                     |
    33 |             TestType: Positive                                                   |
    34 \----------------------------------------------------------------------------------/
     30/***************************** TESTPOINT ******************************************\
     31*             TestFile: tst_psVector_01.c                                          *
     32*            TestPoint: psVector{Reallocate S32 vector bigger}                     *
     33*             TestType: Positive                                                   *
     34\**********************************************************************************/
    3535
    3636Adding more elements to S32 vector...
     
    4545---> TESTPOINT PASSED (psVector{Reallocate S32 vector bigger} | tst_psVector_01.c)
    4646
    47 /----------------------------- TESTPOINT ------------------------------------------\
    48 |             TestFile: tst_psVector_01.c                                          |
    49 |            TestPoint: psVector{Reallocate S32 vector smaller}                    |
    50 |             TestType: Positive                                                   |
    51 \----------------------------------------------------------------------------------/
     47/***************************** TESTPOINT ******************************************\
     48*             TestFile: tst_psVector_01.c                                          *
     49*            TestPoint: psVector{Reallocate S32 vector smaller}                    *
     50*             TestType: Positive                                                   *
     51\**********************************************************************************/
    5252
    5353Vector size = 3
     
    6060---> TESTPOINT PASSED (psVector{Reallocate integer S32 smaller} | tst_psVector_01.c)
    6161
    62 /----------------------------- TESTPOINT ------------------------------------------\
    63 |             TestFile: tst_psVector_01.c                                          |
    64 |            TestPoint: psVector{Free S32 vector}                                  |
    65 |             TestType: Positive                                                   |
    66 \----------------------------------------------------------------------------------/
     62/***************************** TESTPOINT ******************************************\
     63*             TestFile: tst_psVector_01.c                                          *
     64*            TestPoint: psVector{Free S32 vector}                                  *
     65*             TestType: Positive                                                   *
     66\**********************************************************************************/
    6767
    6868
    6969---> TESTPOINT PASSED (psVector{Free S32 vector} | tst_psVector_01.c)
    7070
    71 /----------------------------- TESTPOINT ------------------------------------------\
    72 |             TestFile: tst_psVector_01.c                                          |
    73 |            TestPoint: psVector{Attempt to create a S32 vector with zero size}    |
    74 |             TestType: Negative                                                   |
    75 |    ExpectedErrorText: Invalid value for nalloc                                   |
    76 |  ExpectedStatusValue: 0                                                          |
    77 \----------------------------------------------------------------------------------/
     71/***************************** TESTPOINT ******************************************\
     72*             TestFile: tst_psVector_01.c                                          *
     73*            TestPoint: psVector{Attempt to create a S32 vector with zero size}    *
     74*             TestType: Negative                                                   *
     75*    ExpectedErrorText: Invalid value for nalloc                                   *
     76*  ExpectedStatusValue: 0                                                          *
     77\**********************************************************************************/
    7878
    7979
    8080---> TESTPOINT PASSED (psVector{Attempt to create a S32 vector with zero size} | tst_psVector_01.c)
    8181
    82 /----------------------------- TESTPOINT ------------------------------------------\
    83 |             TestFile: tst_psVector_01.c                                          |
    84 |            TestPoint: psVector{Attempt to realloc a null S32 vector}             |
    85 |             TestType: Negative                                                   |
    86 |    ExpectedErrorText: Null input vector                                          |
    87 |  ExpectedStatusValue: 0                                                          |
    88 \----------------------------------------------------------------------------------/
     82/***************************** TESTPOINT ******************************************\
     83*             TestFile: tst_psVector_01.c                                          *
     84*            TestPoint: psVector{Attempt to realloc a null S32 vector}             *
     85*             TestType: Negative                                                   *
     86*    ExpectedErrorText: Null input vector                                          *
     87*  ExpectedStatusValue: 0                                                          *
     88\**********************************************************************************/
    8989
    9090
Note: See TracChangeset for help on using the changeset viewer.