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

    r991 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_01.c                                          |
    3 |            TestPoint: psBitSet{Create psBitSet}                                  |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_01.c                                          *
     3*            TestPoint: psBitSet{Create psBitSet}                                  *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77Creating psBitSet with 24 bits...
     
    1111---> TESTPOINT PASSED (psBitSet{Create psBitSet} | tst_psBitSet_01.c)
    1212
    13 /----------------------------- TESTPOINT ------------------------------------------\
    14 |             TestFile: tst_psBitSet_01.c                                          |
    15 |            TestPoint: psBitSet{Set bits}                                         |
    16 |             TestType: Positive                                                   |
    17 \----------------------------------------------------------------------------------/
     13/***************************** TESTPOINT ******************************************\
     14*             TestFile: tst_psBitSet_01.c                                          *
     15*            TestPoint: psBitSet{Set bits}                                         *
     16*             TestType: Positive                                                   *
     17\**********************************************************************************/
    1818
    1919Setting first bit...
     
    2525---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c)
    2626
    27 /----------------------------- TESTPOINT ------------------------------------------\
    28 |             TestFile: tst_psBitSet_01.c                                          |
    29 |            TestPoint: psBitSet{Test bits}                                        |
    30 |             TestType: Positive                                                   |
    31 \----------------------------------------------------------------------------------/
     27/***************************** TESTPOINT ******************************************\
     28*             TestFile: tst_psBitSet_01.c                                          *
     29*            TestPoint: psBitSet{Test bits}                                        *
     30*             TestType: Positive                                                   *
     31\**********************************************************************************/
    3232
    3333Testing first bit...
     
    4040---> TESTPOINT PASSED (psBitSet{Test bits} | tst_psBitSet_01.c)
    4141
    42 /----------------------------- TESTPOINT ------------------------------------------\
    43 |             TestFile: tst_psBitSet_01.c                                          |
    44 |            TestPoint: psBitSet{Attempt to test negative bit}                     |
    45 |             TestType: Negative                                                   |
    46 |    ExpectedErrorText: Bit position too small: -4                                 |
    47 |  ExpectedStatusValue: 0                                                          |
    48 \----------------------------------------------------------------------------------/
     42/***************************** TESTPOINT ******************************************\
     43*             TestFile: tst_psBitSet_01.c                                          *
     44*            TestPoint: psBitSet{Attempt to test negative bit}                     *
     45*             TestType: Negative                                                   *
     46*    ExpectedErrorText: Bit position too small: -4                                 *
     47*  ExpectedStatusValue: 0                                                          *
     48\**********************************************************************************/
    4949
    5050
    5151---> TESTPOINT PASSED (psBitSet{Attempt to test negative bit} | tst_psBitSet_01.c)
    5252
    53 /----------------------------- TESTPOINT ------------------------------------------\
    54 |             TestFile: tst_psBitSet_01.c                                          |
    55 |            TestPoint: psBitSet{Attempt to test bit to large}                     |
    56 |             TestType: Negative                                                   |
    57 |    ExpectedErrorText: Bit position too large: 200                                |
    58 |  ExpectedStatusValue: 0                                                          |
    59 \----------------------------------------------------------------------------------/
     53/***************************** TESTPOINT ******************************************\
     54*             TestFile: tst_psBitSet_01.c                                          *
     55*            TestPoint: psBitSet{Attempt to test bit to large}                     *
     56*             TestType: Negative                                                   *
     57*    ExpectedErrorText: Bit position too large: 200                                *
     58*  ExpectedStatusValue: 0                                                          *
     59\**********************************************************************************/
    6060
    6161
    6262---> TESTPOINT PASSED (psBitSet{Attempt to test bit to large} | tst_psBitSet_01.c)
    6363
    64 /----------------------------- TESTPOINT ------------------------------------------\
    65 |             TestFile: tst_psBitSet_01.c                                          |
    66 |            TestPoint: psBitSet{Attempt to test bit in null BitSet}               |
    67 |             TestType: Negative                                                   |
    68 |    ExpectedErrorText: Null psBitSet for inBitSet argument                        |
    69 |  ExpectedStatusValue: 0                                                          |
    70 \----------------------------------------------------------------------------------/
     64/***************************** TESTPOINT ******************************************\
     65*             TestFile: tst_psBitSet_01.c                                          *
     66*            TestPoint: psBitSet{Attempt to test bit in null BitSet}               *
     67*             TestType: Negative                                                   *
     68*    ExpectedErrorText: Null psBitSet for inBitSet argument                        *
     69*  ExpectedStatusValue: 0                                                          *
     70\**********************************************************************************/
    7171
    7272
    7373---> TESTPOINT PASSED (psBitSet{Attempt to test bit in null BitSet} | tst_psBitSet_01.c)
    7474
    75 /----------------------------- TESTPOINT ------------------------------------------\
    76 |             TestFile: tst_psBitSet_01.c                                          |
    77 |            TestPoint: psBitSet{Attempt to set negative bit}                      |
    78 |             TestType: Negative                                                   |
    79 |    ExpectedErrorText: Bit position too small: -4                                 |
    80 |  ExpectedStatusValue: 0                                                          |
    81 \----------------------------------------------------------------------------------/
     75/***************************** TESTPOINT ******************************************\
     76*             TestFile: tst_psBitSet_01.c                                          *
     77*            TestPoint: psBitSet{Attempt to set negative bit}                      *
     78*             TestType: Negative                                                   *
     79*    ExpectedErrorText: Bit position too small: -4                                 *
     80*  ExpectedStatusValue: 0                                                          *
     81\**********************************************************************************/
    8282
    8383
    8484---> TESTPOINT PASSED (psBitSet{Attempt to set negative bit} | tst_psBitSet_01.c)
    8585
    86 /----------------------------- TESTPOINT ------------------------------------------\
    87 |             TestFile: tst_psBitSet_01.c                                          |
    88 |            TestPoint: psBitSet{Attempt to set bit to large}                      |
    89 |             TestType: Negative                                                   |
    90 |    ExpectedErrorText: Bit position too large: 200                                |
    91 |  ExpectedStatusValue: 0                                                          |
    92 \----------------------------------------------------------------------------------/
     86/***************************** TESTPOINT ******************************************\
     87*             TestFile: tst_psBitSet_01.c                                          *
     88*            TestPoint: psBitSet{Attempt to set bit to large}                      *
     89*             TestType: Negative                                                   *
     90*    ExpectedErrorText: Bit position too large: 200                                *
     91*  ExpectedStatusValue: 0                                                          *
     92\**********************************************************************************/
    9393
    9494
    9595---> TESTPOINT PASSED (psBitSet{Attempt to set bit to large} | tst_psBitSet_01.c)
    9696
    97 /----------------------------- TESTPOINT ------------------------------------------\
    98 |             TestFile: tst_psBitSet_01.c                                          |
    99 |            TestPoint: psBitSet{Attempt to set bit in null BitSet}                |
    100 |             TestType: Negative                                                   |
    101 |    ExpectedErrorText: Null psBitSet for inBitSet argument                        |
    102 |  ExpectedStatusValue: 0                                                          |
    103 \----------------------------------------------------------------------------------/
     97/***************************** TESTPOINT ******************************************\
     98*             TestFile: tst_psBitSet_01.c                                          *
     99*            TestPoint: psBitSet{Attempt to set bit in null BitSet}                *
     100*             TestType: Negative                                                   *
     101*    ExpectedErrorText: Null psBitSet for inBitSet argument                        *
     102*  ExpectedStatusValue: 0                                                          *
     103\**********************************************************************************/
    104104
    105105
    106106---> TESTPOINT PASSED (psBitSet{Attempt to set bit in null BitSet} | tst_psBitSet_01.c)
    107107
    108 /----------------------------- TESTPOINT ------------------------------------------\
    109 |             TestFile: tst_psBitSet_01.c                                          |
    110 |            TestPoint: psBitSet{Free psBitSet}                                    |
    111 |             TestType: Positive                                                   |
    112 \----------------------------------------------------------------------------------/
     108/***************************** TESTPOINT ******************************************\
     109*             TestFile: tst_psBitSet_01.c                                          *
     110*            TestPoint: psBitSet{Free psBitSet}                                    *
     111*             TestType: Positive                                                   *
     112\**********************************************************************************/
    113113
    114114
Note: See TracChangeset for help on using the changeset viewer.