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_02.stdout

    r880 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psVector_02.c                                          |
    3 |            TestPoint: psVector{Create void pointer vector}                       |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psVector_02.c                                          *
     3*            TestPoint: psVector{Create void pointer vector}                       *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77Vector size = 5
     
    1010---> TESTPOINT PASSED (psVector{Create void pointer vector} | tst_psVector_02.c)
    1111
    12 /----------------------------- TESTPOINT ------------------------------------------\
    13 |             TestFile: tst_psVector_02.c                                          |
    14 |            TestPoint: psVector{Add data to void pointer vector}                  |
    15 |             TestType: Positive                                                   |
    16 \----------------------------------------------------------------------------------/
     12/***************************** TESTPOINT ******************************************\
     13*             TestFile: tst_psVector_02.c                                          *
     14*            TestPoint: psVector{Add data to void pointer vector}                  *
     15*             TestType: Positive                                                   *
     16\**********************************************************************************/
    1717
    1818ts[0].x = 0 ts[0].y = 0.00
     
    2626---> TESTPOINT PASSED (psVector{Add data to void pointer vector} | tst_psVector_02.c)
    2727
    28 /----------------------------- TESTPOINT ------------------------------------------\
    29 |             TestFile: tst_psVector_02.c                                          |
    30 |            TestPoint: psVector{Reallocate void pointer vector bigger}            |
    31 |             TestType: Positive                                                   |
    32 \----------------------------------------------------------------------------------/
     28/***************************** TESTPOINT ******************************************\
     29*             TestFile: tst_psVector_02.c                                          *
     30*            TestPoint: psVector{Reallocate void pointer vector bigger}            *
     31*             TestType: Positive                                                   *
     32\**********************************************************************************/
    3333
    3434Adding more elements to void pointer vector...
     
    4848---> TESTPOINT PASSED (psVector{Reallocate void pointer vector bigger} | tst_psVector_02.c)
    4949
    50 /----------------------------- TESTPOINT ------------------------------------------\
    51 |             TestFile: tst_psVector_02.c                                          |
    52 |            TestPoint: psVector{Reallocate void pointer vector smaller}           |
    53 |             TestType: Positive                                                   |
    54 \----------------------------------------------------------------------------------/
     50/***************************** TESTPOINT ******************************************\
     51*             TestFile: tst_psVector_02.c                                          *
     52*            TestPoint: psVector{Reallocate void pointer vector smaller}           *
     53*             TestType: Positive                                                   *
     54\**********************************************************************************/
    5555
    5656ts[0].x = 0 ts[0].y = 0.00
     
    6262---> TESTPOINT PASSED (psVector{Reallocate integer void pointer smaller} | tst_psVector_02.c)
    6363
    64 /----------------------------- TESTPOINT ------------------------------------------\
    65 |             TestFile: tst_psVector_02.c                                          |
    66 |            TestPoint: psVector{Free void pointer vector}                         |
    67 |             TestType: Positive                                                   |
    68 \----------------------------------------------------------------------------------/
     64/***************************** TESTPOINT ******************************************\
     65*             TestFile: tst_psVector_02.c                                          *
     66*            TestPoint: psVector{Free void pointer vector}                         *
     67*             TestType: Positive                                                   *
     68\**********************************************************************************/
    6969
    7070
Note: See TracChangeset for help on using the changeset viewer.