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

Location:
trunk/psLib/test/collections/verified
Files:
14 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
  • trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_02.c                                          |
    3 |            TestPoint: psBitSet{Create two psBitSets}                             |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_02.c                                          *
     3*            TestPoint: psBitSet{Create two psBitSets}                             *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77000000000000000000000000Þ
     
    1515---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_02.c)
    1616
    17 /----------------------------- TESTPOINT ------------------------------------------\
    18 |             TestFile: tst_psBitSet_02.c                                          |
    19 |            TestPoint: psBitSet{Perform binary AND with psBitSets}                |
    20 |             TestType: Positive                                                   |
    21 \----------------------------------------------------------------------------------/
     17/***************************** TESTPOINT ******************************************\
     18*             TestFile: tst_psBitSet_02.c                                          *
     19*            TestPoint: psBitSet{Perform binary AND with psBitSets}                *
     20*             TestType: Positive                                                   *
     21\**********************************************************************************/
    2222
    2323Result:
     
    2626---> TESTPOINT PASSED (psBitSet{Perform binary AND with psBitSets} | tst_psBitSet_02.c)
    2727
    28 /----------------------------- TESTPOINT ------------------------------------------\
    29 |             TestFile: tst_psBitSet_02.c                                          |
    30 |            TestPoint: psBitSet{Free psBitSets}                                   |
    31 |             TestType: Positive                                                   |
    32 \----------------------------------------------------------------------------------/
     28/***************************** TESTPOINT ******************************************\
     29*             TestFile: tst_psBitSet_02.c                                          *
     30*            TestPoint: psBitSet{Free psBitSets}                                   *
     31*             TestType: Positive                                                   *
     32\**********************************************************************************/
    3333
    3434
  • trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_03.c                                          |
    3 |            TestPoint: psBitSet{Create two psBitSets}                             |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_03.c                                          *
     3*            TestPoint: psBitSet{Create two psBitSets}                             *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77000000000000000000000000Þ
     
    1515---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_03.c)
    1616
    17 /----------------------------- TESTPOINT ------------------------------------------\
    18 |             TestFile: tst_psBitSet_03.c                                          |
    19 |            TestPoint: psBitSet{Perform binary OR with psBitSets}                 |
    20 |             TestType: Positive                                                   |
    21 \----------------------------------------------------------------------------------/
     17/***************************** TESTPOINT ******************************************\
     18*             TestFile: tst_psBitSet_03.c                                          *
     19*            TestPoint: psBitSet{Perform binary OR with psBitSets}                 *
     20*             TestType: Positive                                                   *
     21\**********************************************************************************/
    2222
    2323Result:
     
    2626---> TESTPOINT PASSED (psBitSet{Perform binary OR with psBitSets} | tst_psBitSet_03.c)
    2727
    28 /----------------------------- TESTPOINT ------------------------------------------\
    29 |             TestFile: tst_psBitSet_03.c                                          |
    30 |            TestPoint: psBitSet{Free psBitSets}                                   |
    31 |             TestType: Positive                                                   |
    32 \----------------------------------------------------------------------------------/
     28/***************************** TESTPOINT ******************************************\
     29*             TestFile: tst_psBitSet_03.c                                          *
     30*            TestPoint: psBitSet{Free psBitSets}                                   *
     31*             TestType: Positive                                                   *
     32\**********************************************************************************/
    3333
    3434
  • trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_04.c                                          |
    3 |            TestPoint: psBitSet{Create two psBitSets}                             |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_04.c                                          *
     3*            TestPoint: psBitSet{Create two psBitSets}                             *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77000000000000000000000000Þ
     
    1515---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_04.c)
    1616
    17 /----------------------------- TESTPOINT ------------------------------------------\
    18 |             TestFile: tst_psBitSet_04.c                                          |
    19 |            TestPoint: psBitSet{Perform binary XOR with psBitSets}                |
    20 |             TestType: Positive                                                   |
    21 \----------------------------------------------------------------------------------/
     17/***************************** TESTPOINT ******************************************\
     18*             TestFile: tst_psBitSet_04.c                                          *
     19*            TestPoint: psBitSet{Perform binary XOR with psBitSets}                *
     20*             TestType: Positive                                                   *
     21\**********************************************************************************/
    2222
    2323Result:
     
    2626---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_04.c)
    2727
    28 /----------------------------- TESTPOINT ------------------------------------------\
    29 |             TestFile: tst_psBitSet_04.c                                          |
    30 |            TestPoint: psBitSet{Free psBitSets}                                   |
    31 |             TestType: Positive                                                   |
    32 \----------------------------------------------------------------------------------/
     28/***************************** TESTPOINT ******************************************\
     29*             TestFile: tst_psBitSet_04.c                                          *
     30*            TestPoint: psBitSet{Free psBitSets}                                   *
     31*             TestType: Positive                                                   *
     32\**********************************************************************************/
    3333
    3434
  • trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_05.c                                          |
    3 |            TestPoint: psBitSet{Create two psBitSets of different size}           |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_05.c                                          *
     3*            TestPoint: psBitSet{Create two psBitSets of different size}           *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77000000000000000000000000Þ
     
    1111---> TESTPOINT PASSED (psBitSet{Create two psBitSets of different size} | tst_psBitSet_05.c)
    1212
    13 /----------------------------- TESTPOINT ------------------------------------------\
    14 |             TestFile: tst_psBitSet_05.c                                          |
    15 |            TestPoint: psBitSet{Attempt OR with psBitsets}                        |
    16 |             TestType: Negative                                                   |
    17 |    ExpectedErrorText: psBitSet sizes not the same                                |
    18 |  ExpectedStatusValue: 0                                                          |
    19 \----------------------------------------------------------------------------------/
     13/***************************** TESTPOINT ******************************************\
     14*             TestFile: tst_psBitSet_05.c                                          *
     15*            TestPoint: psBitSet{Attempt OR with psBitsets}                        *
     16*             TestType: Negative                                                   *
     17*    ExpectedErrorText: psBitSet sizes not the same                                *
     18*  ExpectedStatusValue: 0                                                          *
     19\**********************************************************************************/
    2020
    2121
    2222---> TESTPOINT PASSED (psBitSet{Attempt OR with psBitsets} | tst_psBitSet_05.c)
    2323
    24 /----------------------------- TESTPOINT ------------------------------------------\
    25 |             TestFile: tst_psBitSet_05.c                                          |
    26 |            TestPoint: psBitSet{Free psBitSets}                                   |
    27 |             TestType: Positive                                                   |
    28 \----------------------------------------------------------------------------------/
     24/***************************** TESTPOINT ******************************************\
     25*             TestFile: tst_psBitSet_05.c                                          *
     26*            TestPoint: psBitSet{Free psBitSets}                                   *
     27*             TestType: Positive                                                   *
     28\**********************************************************************************/
    2929
    3030
  • trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout

    r959 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psBitSet_06.c                                          |
    3 |            TestPoint: psBitSet{Create two psBitSets}                             |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psBitSet_06.c                                          *
     3*            TestPoint: psBitSet{Create two psBitSets}                             *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77000000000000000000000000Þ
     
    1111---> TESTPOINT PASSED (psBitSet{Create two psBitSets} | tst_psBitSet_06.c)
    1212
    13 /----------------------------- TESTPOINT ------------------------------------------\
    14 |             TestFile: tst_psBitSet_06.c                                          |
    15 |            TestPoint: psBitSet{Perform invalid binary operation}                 |
    16 |             TestType: Negative                                                   |
    17 |    ExpectedErrorText: Invalid psBitMask binary operation                         |
    18 |  ExpectedStatusValue: 0                                                          |
    19 \----------------------------------------------------------------------------------/
     13/***************************** TESTPOINT ******************************************\
     14*             TestFile: tst_psBitSet_06.c                                          *
     15*            TestPoint: psBitSet{Perform invalid binary operation}                 *
     16*             TestType: Negative                                                   *
     17*    ExpectedErrorText: Invalid psBitMask binary operation                         *
     18*  ExpectedStatusValue: 0                                                          *
     19\**********************************************************************************/
    2020
    2121
    2222---> TESTPOINT PASSED (psBitSet{Perform binary XOR with psBitSets} | tst_psBitSet_06.c)
    2323
    24 /----------------------------- TESTPOINT ------------------------------------------\
    25 |             TestFile: tst_psBitSet_06.c                                          |
    26 |            TestPoint: psBitSet{Create negative size bitset}                      |
    27 |             TestType: Negative                                                   |
    28 |    ExpectedErrorText: Allocation size must be >= 0: size = -4                    |
    29 |  ExpectedStatusValue: 0                                                          |
    30 \----------------------------------------------------------------------------------/
     24/***************************** TESTPOINT ******************************************\
     25*             TestFile: tst_psBitSet_06.c                                          *
     26*            TestPoint: psBitSet{Create negative size bitset}                      *
     27*             TestType: Negative                                                   *
     28*    ExpectedErrorText: Allocation size must be >= 0: size = -4                    *
     29*  ExpectedStatusValue: 0                                                          *
     30\**********************************************************************************/
    3131
    3232
    3333---> TESTPOINT PASSED (psBitSet{Create negative size bitset} | tst_psBitSet_06.c)
    3434
    35 /----------------------------- TESTPOINT ------------------------------------------\
    36 |             TestFile: tst_psBitSet_06.c                                          |
    37 |            TestPoint: psBitSet{Attempt to free null BitSet}                      |
    38 |             TestType: Negative                                                   |
    39 |    ExpectedErrorText: Null psBitSet for inBitSet argument                        |
    40 |  ExpectedStatusValue: 0                                                          |
    41 \----------------------------------------------------------------------------------/
     35/***************************** TESTPOINT ******************************************\
     36*             TestFile: tst_psBitSet_06.c                                          *
     37*            TestPoint: psBitSet{Attempt to free null BitSet}                      *
     38*             TestType: Negative                                                   *
     39*    ExpectedErrorText: Null psBitSet for inBitSet argument                        *
     40*  ExpectedStatusValue: 0                                                          *
     41\**********************************************************************************/
    4242
    4343
    4444---> TESTPOINT PASSED (psBitSet{Attempt to free null BitSet} | tst_psBitSet_06.c)
    4545
    46 /----------------------------- TESTPOINT ------------------------------------------\
    47 |             TestFile: tst_psBitSet_06.c                                          |
    48 |            TestPoint: psBitSet{Free psBitSets}                                   |
    49 |             TestType: Positive                                                   |
    50 \----------------------------------------------------------------------------------/
     46/***************************** TESTPOINT ******************************************\
     47*             TestFile: tst_psBitSet_06.c                                          *
     48*            TestPoint: psBitSet{Free psBitSets}                                   *
     49*             TestType: Positive                                                   *
     50\**********************************************************************************/
    5151
    5252
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1027 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psList.c                                               |
    3 |            TestPoint: psList{487-testListAlloc}                                  |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psList.c                                               *
     3*            TestPoint: psList{487-testListAlloc}                                  *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77 <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
     
    99---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
    1010
    11 /----------------------------- TESTPOINT ------------------------------------------\
    12 |             TestFile: tst_psList.c                                               |
    13 |            TestPoint: psList{488-testListAdd}                                    |
    14 |             TestType: Positive                                                   |
    15 \----------------------------------------------------------------------------------/
     11/***************************** TESTPOINT ******************************************\
     12*             TestFile: tst_psList.c                                               *
     13*            TestPoint: psList{488-testListAdd}                                    *
     14*             TestType: Positive                                                   *
     15\**********************************************************************************/
    1616
    1717 <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
     
    2323---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
    2424
    25 /----------------------------- TESTPOINT ------------------------------------------\
    26 |             TestFile: tst_psList.c                                               |
    27 |            TestPoint: psList{489-testListGet}                                    |
    28 |             TestType: Positive                                                   |
    29 \----------------------------------------------------------------------------------/
     25/***************************** TESTPOINT ******************************************\
     26*             TestFile: tst_psList.c                                               *
     27*            TestPoint: psList{489-testListGet}                                    *
     28*             TestType: Positive                                                   *
     29\**********************************************************************************/
    3030
    3131 <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
     
    3434---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
    3535
    36 /----------------------------- TESTPOINT ------------------------------------------\
    37 |             TestFile: tst_psList.c                                               |
    38 |            TestPoint: psList{490-testListRemove}                                 |
    39 |             TestType: Positive                                                   |
    40 \----------------------------------------------------------------------------------/
     36/***************************** TESTPOINT ******************************************\
     37*             TestFile: tst_psList.c                                               *
     38*            TestPoint: psList{490-testListRemove}                                 *
     39*             TestType: Positive                                                   *
     40\**********************************************************************************/
    4141
    4242 <DATE> <TIME> <HOST> |I| testListRemove|Following should be an error
     
    5353---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
    5454
    55 /----------------------------- TESTPOINT ------------------------------------------\
    56 |             TestFile: tst_psList.c                                               |
    57 |            TestPoint: psList{491-testListConvert}                                |
    58 |             TestType: Positive                                                   |
    59 \----------------------------------------------------------------------------------/
     55/***************************** TESTPOINT ******************************************\
     56*             TestFile: tst_psList.c                                               *
     57*            TestPoint: psList{491-testListConvert}                                *
     58*             TestType: Positive                                                   *
     59\**********************************************************************************/
    6060
    6161
    6262---> TESTPOINT PASSED (psList{491-testListConvert} | tst_psList.c)
    6363
    64 /----------------------------- TESTPOINT ------------------------------------------\
    65 |             TestFile: tst_psList.c                                               |
    66 |            TestPoint: psList{494-testListIterator}                               |
    67 |             TestType: Positive                                                   |
    68 \----------------------------------------------------------------------------------/
     64/***************************** TESTPOINT ******************************************\
     65*             TestFile: tst_psList.c                                               *
     66*            TestPoint: psList{494-testListIterator}                               *
     67*             TestType: Positive                                                   *
     68\**********************************************************************************/
    6969
    7070 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
     
    7676---> TESTPOINT PASSED (psList{494-testListIterator} | tst_psList.c)
    7777
    78 /----------------------------- TESTPOINT ------------------------------------------\
    79 |             TestFile: tst_psList.c                                               |
    80 |            TestPoint: psList{627-testListFree}                                   |
    81 |             TestType: Positive                                                   |
    82 \----------------------------------------------------------------------------------/
     78/***************************** TESTPOINT ******************************************\
     79*             TestFile: tst_psList.c                                               *
     80*            TestPoint: psList{627-testListFree}                                   *
     81*             TestType: Positive                                                   *
     82\**********************************************************************************/
    8383
    8484
  • trunk/psLib/test/collections/verified/tst_psSort_01.stdout

    r988 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psSort_01.c                                            |
    3 |            TestPoint: psSort{Create float vectors}                               |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psSort_01.c                                            *
     3*            TestPoint: psSort{Create float vectors}                               *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77vec[0] = 7.000000
     
    1515---> TESTPOINT PASSED (psSort{Create float vectors} | tst_psSort_01.c)
    1616
    17 /----------------------------- TESTPOINT ------------------------------------------\
    18 |             TestFile: tst_psSort_01.c                                            |
    19 |            TestPoint: psSort{Sort float vector}                                  |
    20 |             TestType: Positive                                                   |
    21 \----------------------------------------------------------------------------------/
     17/***************************** TESTPOINT ******************************************\
     18*             TestFile: tst_psSort_01.c                                            *
     19*            TestPoint: psSort{Sort float vector}                                  *
     20*             TestType: Positive                                                   *
     21\**********************************************************************************/
    2222
    2323vec[0] = -20.000000
     
    3131---> TESTPOINT PASSED (psSort{Sort float vector} | tst_psSort_01.c)
    3232
    33 /----------------------------- TESTPOINT ------------------------------------------\
    34 |             TestFile: tst_psSort_01.c                                            |
    35 |            TestPoint: psSort{Sort input float vector into itself}                |
    36 |             TestType: Positive                                                   |
    37 \----------------------------------------------------------------------------------/
     33/***************************** TESTPOINT ******************************************\
     34*             TestFile: tst_psSort_01.c                                            *
     35*            TestPoint: psSort{Sort input float vector into itself}                *
     36*             TestType: Positive                                                   *
     37\**********************************************************************************/
    3838
    3939vec[0] = -20.000000
     
    4747---> TESTPOINT PASSED (psSort{Sort input float vector into itself} | tst_psSort_01.c)
    4848
    49 /----------------------------- TESTPOINT ------------------------------------------\
    50 |             TestFile: tst_psSort_01.c                                            |
    51 |            TestPoint: psSort{Free float vectors}                                 |
    52 |             TestType: Positive                                                   |
    53 \----------------------------------------------------------------------------------/
     49/***************************** TESTPOINT ******************************************\
     50*             TestFile: tst_psSort_01.c                                            *
     51*            TestPoint: psSort{Free float vectors}                                 *
     52*             TestType: Positive                                                   *
     53\**********************************************************************************/
    5454
    5555
  • trunk/psLib/test/collections/verified/tst_psSort_02.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psSort_02.c                                            |
    3 |            TestPoint: psSort{Create vectors}                                     |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psSort_02.c                                            *
     3*            TestPoint: psSort{Create vectors}                                     *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77arr[0] = 7.000000
     
    1313---> TESTPOINT PASSED (psSort{Create vectors} | tst_psSort_02.c)
    1414
    15 /----------------------------- TESTPOINT ------------------------------------------\
    16 |             TestFile: tst_psSort_02.c                                            |
    17 |            TestPoint: psSort{Create sorted index vector}                         |
    18 |             TestType: Positive                                                   |
    19 \----------------------------------------------------------------------------------/
     15/***************************** TESTPOINT ******************************************\
     16*             TestFile: tst_psSort_02.c                                            *
     17*            TestPoint: psSort{Create sorted index vector}                         *
     18*             TestType: Positive                                                   *
     19\**********************************************************************************/
    2020
    2121arr[0] = 3
     
    2727---> TESTPOINT PASSED (psSort{Create sorted index vector} | tst_psSort_02.c)
    2828
    29 /----------------------------- TESTPOINT ------------------------------------------\
    30 |             TestFile: tst_psSort_02.c                                            |
    31 |            TestPoint: psSort{Free vectors}                                       |
    32 |             TestType: Positive                                                   |
    33 \----------------------------------------------------------------------------------/
     29/***************************** TESTPOINT ******************************************\
     30*             TestFile: tst_psSort_02.c                                            *
     31*            TestPoint: psSort{Free vectors}                                       *
     32*             TestType: Positive                                                   *
     33\**********************************************************************************/
    3434
    3535
  • trunk/psLib/test/collections/verified/tst_psSort_03.stdout

    r805 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psSort_03.c                                            |
    3 |            TestPoint: psSort{Create float vectors of different sizes}            |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psSort_03.c                                            *
     3*            TestPoint: psSort{Create float vectors of different sizes}            *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
    66
    77arr[0] = 0.000000
     
    1313---> TESTPOINT PASSED (psSort{Create float vectors of different sizes} | tst_psSort_03.c)
    1414
    15 /----------------------------- TESTPOINT ------------------------------------------\
    16 |             TestFile: tst_psSort_03.c                                            |
    17 |            TestPoint: psSort{Sort float vector}                                  |
    18 |             TestType: Negative                                                   |
    19 |    ExpectedErrorText: Input and output vector sizes are not equal                |
    20 |  ExpectedStatusValue: 0                                                          |
    21 \----------------------------------------------------------------------------------/
     15/***************************** TESTPOINT ******************************************\
     16*             TestFile: tst_psSort_03.c                                            *
     17*            TestPoint: psSort{Sort float vector}                                  *
     18*             TestType: Negative                                                   *
     19*    ExpectedErrorText: Input and output vector sizes are not equal                *
     20*  ExpectedStatusValue: 0                                                          *
     21\**********************************************************************************/
    2222
    2323
    2424---> TESTPOINT PASSED (psSort{Sort float vector} | tst_psSort_03.c)
    2525
    26 /----------------------------- TESTPOINT ------------------------------------------\
    27 |             TestFile: tst_psSort_03.c                                            |
    28 |            TestPoint: psSort{Free float vectors}                                 |
    29 |             TestType: Positive                                                   |
    30 \----------------------------------------------------------------------------------/
     26/***************************** TESTPOINT ******************************************\
     27*             TestFile: tst_psSort_03.c                                            *
     28*            TestPoint: psSort{Free float vectors}                                 *
     29*             TestType: Positive                                                   *
     30\**********************************************************************************/
    3131
    3232
  • trunk/psLib/test/collections/verified/tst_psSort_04.stdout

    r988 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psSort_04.c                                            |
    3 |            TestPoint: psSort{Attempt to sort with null input vector}             |
    4 |             TestType: Negative                                                   |
    5 |    ExpectedErrorText: Null input vector                                          |
    6 |  ExpectedStatusValue: 0                                                          |
    7 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psSort_04.c                                            *
     3*            TestPoint: psSort{Attempt to sort with null input vector}             *
     4*             TestType: Negative                                                   *
     5*    ExpectedErrorText: Null input vector                                          *
     6*  ExpectedStatusValue: 0                                                          *
     7\**********************************************************************************/
    88
    99
    1010---> TESTPOINT PASSED (psSort{Attempt to sort with null input vector} | tst_psSort_04.c)
    1111
    12 /----------------------------- TESTPOINT ------------------------------------------\
    13 |             TestFile: tst_psSort_04.c                                            |
    14 |            TestPoint: psSort{Free vectors}                                       |
    15 |             TestType: Positive                                                   |
    16 \----------------------------------------------------------------------------------/
     12/***************************** TESTPOINT ******************************************\
     13*             TestFile: tst_psSort_04.c                                            *
     14*            TestPoint: psSort{Free vectors}                                       *
     15*             TestType: Positive                                                   *
     16\**********************************************************************************/
    1717
    1818
  • 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
  • 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
  • trunk/psLib/test/collections/verified/tst_psVector_03.stdout

    r880 r1034  
    1 /----------------------------- TESTPOINT ------------------------------------------\
    2 |             TestFile: tst_psVector_03.c                                          |
    3 |            TestPoint: psVector{Create void pointer vector}                       |
    4 |             TestType: Positive                                                   |
    5 \----------------------------------------------------------------------------------/
     1/***************************** TESTPOINT ******************************************\
     2*             TestFile: tst_psVector_03.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_03.c)
    1111
    12 /----------------------------- TESTPOINT ------------------------------------------\
    13 |             TestFile: tst_psVector_03.c                                          |
    14 |            TestPoint: psVector{Add data to void pointer vector}                  |
    15 |             TestType: Positive                                                   |
    16 \----------------------------------------------------------------------------------/
     12/***************************** TESTPOINT ******************************************\
     13*             TestFile: tst_psVector_03.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_03.c)
    2727
    28 /----------------------------- TESTPOINT ------------------------------------------\
    29 |             TestFile: tst_psVector_03.c                                          |
    30 |            TestPoint: psVector{Reallocate void pointer vector bigger}            |
    31 |             TestType: Positive                                                   |
    32 \----------------------------------------------------------------------------------/
     28/***************************** TESTPOINT ******************************************\
     29*             TestFile: tst_psVector_03.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_03.c)
    4949
    50 /----------------------------- TESTPOINT ------------------------------------------\
    51 |             TestFile: tst_psVector_03.c                                          |
    52 |            TestPoint: psVector{Reallocate void pointer vector smaller}           |
    53 |             TestType: Positive                                                   |
    54 \----------------------------------------------------------------------------------/
     50/***************************** TESTPOINT ******************************************\
     51*             TestFile: tst_psVector_03.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_03.c)
    6363
    64 /----------------------------- TESTPOINT ------------------------------------------\
    65 |             TestFile: tst_psVector_03.c                                          |
    66 |            TestPoint: psVector{Free void pointer array with function callback}   |
    67 |             TestType: Positive                                                   |
    68 \----------------------------------------------------------------------------------/
     64/***************************** TESTPOINT ******************************************\
     65*             TestFile: tst_psVector_03.c                                          *
     66*            TestPoint: psVector{Free void pointer array with function callback}   *
     67*             TestType: Positive                                                   *
     68\**********************************************************************************/
    6969
    7070
Note: See TracChangeset for help on using the changeset viewer.