IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 583


Ignore:
Timestamp:
May 5, 2004, 12:38:21 PM (22 years ago)
Author:
harman
Message:

Updated files to have new banner

Location:
trunk/psLib/test/collections/verified
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psArray_01.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_01.c                                           |
    3 TestPoint: psArray{Create integer array}                              |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_01.c                                           |
     3          TestPoint: psArray{Create integer array}                              |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create integer array} | tst_psArray_01.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_01.c                                           |
    13 TestPoint: psArray{Add data to integer array}                         |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_01.c                                           |
     13          TestPoint: psArray{Add data to integer array}                         |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717Elem 0 = 0
     
    2323---> TESTPOINT PASSED (psArray{Add data to integer array} | tst_psArray_01.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_01.c                                           |
    27 TestPoint: psArray{Reallocate integer array bigger}                   |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_01.c                                           |
     27          TestPoint: psArray{Reallocate integer array bigger}                   |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4040---> TESTPOINT PASSED (psArray{Reallocate integer array bigger} | tst_psArray_01.c)
    4141
    42 /----------------------------- TESTPOINT --------------------------------\
    43 |   TestFile: tst_psArray_01.c                                           |
    44 TestPoint: psArray{Reallocate integer array smaller}                  |
    45 |   TestType: Positive                                                   |
    46 \------------------------------------------------------------------------/
     42/----------------------------- TESTPOINT ------------------------------------------\
     43|             TestFile: tst_psArray_01.c                                           |
     44          TestPoint: psArray{Reallocate integer array smaller}                  |
     45|             TestType: Positive                                                   |
     46\----------------------------------------------------------------------------------/
    4747
    4848Array size = 3
     
    5353---> TESTPOINT PASSED (psArray{Reallocate integer array smaller} | tst_psArray_01.c)
    5454
    55 /----------------------------- TESTPOINT --------------------------------\
    56 |   TestFile: tst_psArray_01.c                                           |
    57 TestPoint: psArray{Free integer array}                                |
    58 |   TestType: Positive                                                   |
    59 \------------------------------------------------------------------------/
     55/----------------------------- TESTPOINT ------------------------------------------\
     56|             TestFile: tst_psArray_01.c                                           |
     57          TestPoint: psArray{Free integer array}                                |
     58|             TestType: Positive                                                   |
     59\----------------------------------------------------------------------------------/
    6060
    6161
  • trunk/psLib/test/collections/verified/tst_psArray_02.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_02.c                                           |
    3 TestPoint: psArray{Create float array}                                |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_02.c                                           |
     3          TestPoint: psArray{Create float array}                                |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create float array} | tst_psArray_02.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_02.c                                           |
    13 TestPoint: psArray{Add data to float array}                           |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_02.c                                           |
     13          TestPoint: psArray{Add data to float array}                           |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717Elem 0 = 0.00
     
    2323---> TESTPOINT PASSED (psArray{Add data to float array} | tst_psArray_02.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_02.c                                           |
    27 TestPoint: psArray{Reallocate float array bigger}                     |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_02.c                                           |
     27          TestPoint: psArray{Reallocate float array bigger}                     |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4040---> TESTPOINT PASSED (psArray{Reallocate float array bigger} | tst_psArray_02.c)
    4141
    42 /----------------------------- TESTPOINT --------------------------------\
    43 |   TestFile: tst_psArray_02.c                                           |
    44 TestPoint: psArray{Reallocate float array smaller}                    |
    45 |   TestType: Positive                                                   |
    46 \------------------------------------------------------------------------/
     42/----------------------------- TESTPOINT ------------------------------------------\
     43|             TestFile: tst_psArray_02.c                                           |
     44          TestPoint: psArray{Reallocate float array smaller}                    |
     45|             TestType: Positive                                                   |
     46\----------------------------------------------------------------------------------/
    4747
    4848Array size = 3
     
    5353---> TESTPOINT PASSED (psArray{Reallocate float array smaller} | tst_psArray_02.c)
    5454
    55 /----------------------------- TESTPOINT --------------------------------\
    56 |   TestFile: tst_psArray_02.c                                           |
    57 TestPoint: psArray{Free float array}                                  |
    58 |   TestType: Positive                                                   |
    59 \------------------------------------------------------------------------/
     55/----------------------------- TESTPOINT ------------------------------------------\
     56|             TestFile: tst_psArray_02.c                                           |
     57          TestPoint: psArray{Free float array}                                  |
     58|             TestType: Positive                                                   |
     59\----------------------------------------------------------------------------------/
    6060
    6161
  • trunk/psLib/test/collections/verified/tst_psArray_03.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_03.c                                           |
    3 TestPoint: psArray{Create double array}                               |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_03.c                                           |
     3          TestPoint: psArray{Create double array}                               |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create double array} | tst_psArray_03.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_03.c                                           |
    13 TestPoint: psArray{Add data to double array}                          |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_03.c                                           |
     13          TestPoint: psArray{Add data to double array}                          |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717Elem 0 = 0.00
     
    2323---> TESTPOINT PASSED (psArray{Add data to double array} | tst_psArray_03.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_03.c                                           |
    27 TestPoint: psArray{Reallocate double array bigger}                    |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_03.c                                           |
     27          TestPoint: psArray{Reallocate double array bigger}                    |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4040---> TESTPOINT PASSED (psArray{Reallocate double array bigger} | tst_psArray_03.c)
    4141
    42 /----------------------------- TESTPOINT --------------------------------\
    43 |   TestFile: tst_psArray_03.c                                           |
    44 TestPoint: psArray{Reallocate double array smaller}                   |
    45 |   TestType: Positive                                                   |
    46 \------------------------------------------------------------------------/
     42/----------------------------- TESTPOINT ------------------------------------------\
     43|             TestFile: tst_psArray_03.c                                           |
     44          TestPoint: psArray{Reallocate double array smaller}                   |
     45|             TestType: Positive                                                   |
     46\----------------------------------------------------------------------------------/
    4747
    4848Array size = 3
     
    5353---> TESTPOINT PASSED (psArray{Reallocate double array smaller} | tst_psArray_03.c)
    5454
    55 /----------------------------- TESTPOINT --------------------------------\
    56 |   TestFile: tst_psArray_03.c                                           |
    57 TestPoint: psArray{Free double array}                                 |
    58 |   TestType: Positive                                                   |
    59 \------------------------------------------------------------------------/
     55/----------------------------- TESTPOINT ------------------------------------------\
     56|             TestFile: tst_psArray_03.c                                           |
     57          TestPoint: psArray{Free double array}                                 |
     58|             TestType: Positive                                                   |
     59\----------------------------------------------------------------------------------/
    6060
    6161
  • trunk/psLib/test/collections/verified/tst_psArray_04.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_04.c                                           |
    3 TestPoint: psArray{Create complex array}                              |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_04.c                                           |
     3          TestPoint: psArray{Create complex array}                              |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create complex array} | tst_psArray_04.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_04.c                                           |
    13 TestPoint: psArray{Add data to complex array}                         |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_04.c                                           |
     13          TestPoint: psArray{Add data to complex array}                         |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717Elem 0 = 0.00+0.00i
     
    2323---> TESTPOINT PASSED (psArray{Add data to complex array} | tst_psArray_04.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_04.c                                           |
    27 TestPoint: psArray{Reallocate complex array bigger}                   |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_04.c                                           |
     27          TestPoint: psArray{Reallocate complex array bigger}                   |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4040---> TESTPOINT PASSED (psArray{Reallocate complex array bigger} | tst_psArray_04.c)
    4141
    42 /----------------------------- TESTPOINT --------------------------------\
    43 |   TestFile: tst_psArray_04.c                                           |
    44 TestPoint: psArray{Reallocate complex array smaller}                  |
    45 |   TestType: Positive                                                   |
    46 \------------------------------------------------------------------------/
     42/----------------------------- TESTPOINT ------------------------------------------\
     43|             TestFile: tst_psArray_04.c                                           |
     44          TestPoint: psArray{Reallocate complex array smaller}                  |
     45|             TestType: Positive                                                   |
     46\----------------------------------------------------------------------------------/
    4747
    4848Array size = 3
     
    5353---> TESTPOINT PASSED (psArray{Reallocate complex array smaller} | tst_psArray_04.c)
    5454
    55 /----------------------------- TESTPOINT --------------------------------\
    56 |   TestFile: tst_psArray_04.c                                           |
    57 TestPoint: psArray{Free complex array}                                |
    58 |   TestType: Positive                                                   |
    59 \------------------------------------------------------------------------/
     55/----------------------------- TESTPOINT ------------------------------------------\
     56|             TestFile: tst_psArray_04.c                                           |
     57          TestPoint: psArray{Free complex array}                                |
     58|             TestType: Positive                                                   |
     59\----------------------------------------------------------------------------------/
    6060
    6161
  • trunk/psLib/test/collections/verified/tst_psArray_05.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_05.c                                           |
    3 TestPoint: psArray{Create void pointer array}                         |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_05.c                                           |
     3          TestPoint: psArray{Create void pointer array}                         |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_05.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_05.c                                           |
    13 TestPoint: psArray{Add data to void pointer array}                    |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_05.c                                           |
     13          TestPoint: psArray{Add data to void pointer array}                    |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717ts[0].x = 0 ts[0].y = 0.00
     
    2323---> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_05.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_05.c                                           |
    27 TestPoint: psArray{Reallocate void pointer array bigger}              |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_05.c                                           |
     27          TestPoint: psArray{Reallocate void pointer array bigger}              |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4343---> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_05.c)
    4444
    45 /----------------------------- TESTPOINT --------------------------------\
    46 |   TestFile: tst_psArray_05.c                                           |
    47 TestPoint: psArray{Reallocate void pointer array smaller}             |
    48 |   TestType: Positive                                                   |
    49 \------------------------------------------------------------------------/
     45/----------------------------- TESTPOINT ------------------------------------------\
     46|             TestFile: tst_psArray_05.c                                           |
     47          TestPoint: psArray{Reallocate void pointer array smaller}             |
     48|             TestType: Positive                                                   |
     49\----------------------------------------------------------------------------------/
    5050
    5151Array size = 3
     
    5656---> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_05.c)
    5757
    58 /----------------------------- TESTPOINT --------------------------------\
    59 |   TestFile: tst_psArray_05.c                                           |
    60 TestPoint: psArray{Free void pointer array}                           |
    61 |   TestType: Positive                                                   |
    62 \------------------------------------------------------------------------/
     58/----------------------------- TESTPOINT ------------------------------------------\
     59|             TestFile: tst_psArray_05.c                                           |
     60          TestPoint: psArray{Free void pointer array}                           |
     61|             TestType: Positive                                                   |
     62\----------------------------------------------------------------------------------/
    6363
    6464
  • trunk/psLib/test/collections/verified/tst_psArray_06.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psArray_06.c                                           |
    3 TestPoint: psArray{Create void pointer array}                         |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psArray_06.c                                           |
     3          TestPoint: psArray{Create void pointer array}                         |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77Array size = 5
     
    99---> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray_06.c)
    1010
    11 /----------------------------- TESTPOINT --------------------------------\
    12 |   TestFile: tst_psArray_06.c                                           |
    13 TestPoint: psArray{Add data to void pointer array}                    |
    14 |   TestType: Positive                                                   |
    15 \------------------------------------------------------------------------/
     11/----------------------------- TESTPOINT ------------------------------------------\
     12|             TestFile: tst_psArray_06.c                                           |
     13          TestPoint: psArray{Add data to void pointer array}                    |
     14|             TestType: Positive                                                   |
     15\----------------------------------------------------------------------------------/
    1616
    1717ts[0].x = 0 ts[0].y = 0.00
     
    2323---> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray_06.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psArray_06.c                                           |
    27 TestPoint: psArray{Reallocate void pointer array bigger}              |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psArray_06.c                                           |
     27          TestPoint: psArray{Reallocate void pointer array bigger}              |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Array size = 10
     
    4343---> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray_06.c)
    4444
    45 /----------------------------- TESTPOINT --------------------------------\
    46 |   TestFile: tst_psArray_06.c                                           |
    47 TestPoint: psArray{Reallocate void pointer array smaller}             |
    48 |   TestType: Positive                                                   |
    49 \------------------------------------------------------------------------/
     45/----------------------------- TESTPOINT ------------------------------------------\
     46|             TestFile: tst_psArray_06.c                                           |
     47          TestPoint: psArray{Reallocate void pointer array smaller}             |
     48|             TestType: Positive                                                   |
     49\----------------------------------------------------------------------------------/
    5050
    5151Array size = 3
     
    5656---> TESTPOINT PASSED (psArray{Reallocate void pointer array smaller} | tst_psArray_06.c)
    5757
    58 /----------------------------- TESTPOINT --------------------------------\
    59 |   TestFile: tst_psArray_06.c                                           |
    60 TestPoint: psArray{Free void pointer array with function callback}    |
    61 |   TestType: Positive                                                   |
    62 \------------------------------------------------------------------------/
     58/----------------------------- TESTPOINT ------------------------------------------\
     59|             TestFile: tst_psArray_06.c                                           |
     60          TestPoint: psArray{Free void pointer array with function callback}    |
     61|             TestType: Positive                                                   |
     62\----------------------------------------------------------------------------------/
    6363
    6464
  • trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout

    r576 r583  
    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 single bit}                                   |
    16 |   TestType: Positive                                                   |
    17 \------------------------------------------------------------------------/
     13/----------------------------- TESTPOINT ------------------------------------------\
     14|             TestFile: tst_psBitSet_01.c                                          |
     15          TestPoint: psBitSet{Set single bit}                                   |
     16|             TestType: Positive                                                   |
     17\----------------------------------------------------------------------------------/
    1818
    1919Setting third bit...
     
    2323---> TESTPOINT PASSED (psBitSet{Set single bit} | tst_psBitSet_01.c)
    2424
    25 /----------------------------- TESTPOINT --------------------------------\
    26 |   TestFile: tst_psBitSet_01.c                                          |
    27 TestPoint: psBitSet{Test single bit}                                  |
    28 |   TestType: Positive                                                   |
    29 \------------------------------------------------------------------------/
     25/----------------------------- TESTPOINT ------------------------------------------\
     26|             TestFile: tst_psBitSet_01.c                                          |
     27          TestPoint: psBitSet{Test single bit}                                  |
     28|             TestType: Positive                                                   |
     29\----------------------------------------------------------------------------------/
    3030
    3131Testing third bit...
     
    3434---> TESTPOINT PASSED (psBitSet{Test single bit} | tst_psBitSet_01.c)
    3535
    36 /----------------------------- TESTPOINT --------------------------------\
    37 |   TestFile: tst_psBitSet_01.c                                          |
    38 TestPoint: psBitSet{Free psBitSet}                                    |
    39 |   TestType: Positive                                                   |
    40 \------------------------------------------------------------------------/
     36/----------------------------- TESTPOINT ------------------------------------------\
     37|             TestFile: tst_psBitSet_01.c                                          |
     38          TestPoint: psBitSet{Free psBitSet}                                    |
     39|             TestType: Positive                                                   |
     40\----------------------------------------------------------------------------------/
    4141
    4242
  • trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout

    r576 r583  
    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

    r576 r583  
    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

    r576 r583  
    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

    r576 r583  
    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

    r576 r583  
    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{Free psBitSets}                                   |
    27 |   TestType: Positive                                                   |
    28 \------------------------------------------------------------------------/
     24/----------------------------- TESTPOINT ------------------------------------------\
     25|             TestFile: tst_psBitSet_06.c                                          |
     26          TestPoint: psBitSet{Free psBitSets}                                   |
     27|             TestType: Positive                                                   |
     28\----------------------------------------------------------------------------------/
    2929
    3030
  • trunk/psLib/test/collections/verified/tst_psSort_01.stdout

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psSort_01.c                                            |
    3 TestPoint: psSort{Create float arrays}                                |
    4 |   TestType: Positive                                                   |
    5 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psSort_01.c                                            |
     3          TestPoint: psSort{Create float arrays}                                |
     4|             TestType: Positive                                                   |
     5\----------------------------------------------------------------------------------/
    66
    77arr[0] = 7.000000
     
    1313---> TESTPOINT PASSED (psSort{Create float arrays} | tst_psSort_01.c)
    1414
    15 /----------------------------- TESTPOINT --------------------------------\
    16 |   TestFile: tst_psSort_01.c                                            |
    17 TestPoint: psSort{Sort float array}                                   |
    18 |   TestType: Positive                                                   |
    19 \------------------------------------------------------------------------/
     15/----------------------------- TESTPOINT ------------------------------------------\
     16|             TestFile: tst_psSort_01.c                                            |
     17          TestPoint: psSort{Sort float array}                                   |
     18|             TestType: Positive                                                   |
     19\----------------------------------------------------------------------------------/
    2020
    2121arr[0] = 1.000000
     
    2727---> TESTPOINT PASSED (psSort{Sort float array} | tst_psSort_01.c)
    2828
    29 /----------------------------- TESTPOINT --------------------------------\
    30 |   TestFile: tst_psSort_01.c                                            |
    31 TestPoint: psSort{Free float arrays}                                  |
    32 |   TestType: Positive                                                   |
    33 \------------------------------------------------------------------------/
     29/----------------------------- TESTPOINT ------------------------------------------\
     30|             TestFile: tst_psSort_01.c                                            |
     31          TestPoint: psSort{Free float arrays}                                  |
     32|             TestType: Positive                                                   |
     33\----------------------------------------------------------------------------------/
    3434
    3535
  • trunk/psLib/test/collections/verified/tst_psSort_02.stdout

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

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

    r576 r583  
    1 /----------------------------- TESTPOINT --------------------------------\
    2 |   TestFile: tst_psSort_04.c                                            |
    3 TestPoint: psSort{Attempt to sort with null input array}              |
    4 |   TestType: Negative                                                   |
    5 | ExpectedErrorText: Null input array                                           |
    6 | ExpectedStatusValue: 0                                                          |
    7 \------------------------------------------------------------------------/
     1/----------------------------- TESTPOINT ------------------------------------------\
     2|             TestFile: tst_psSort_04.c                                            |
     3          TestPoint: psSort{Attempt to sort with null input array}              |
     4|             TestType: Negative                                                   |
     5|    ExpectedErrorText: Null input array                                           |
     6|  ExpectedStatusValue: 0                                                          |
     7\----------------------------------------------------------------------------------/
    88
    99
    1010---> TESTPOINT PASSED (psSort{Attempt to sort with null input array} | tst_psSort_04.c)
    1111
    12 /----------------------------- TESTPOINT --------------------------------\
    13 |   TestFile: tst_psSort_04.c                                            |
    14 TestPoint: psSort{Attempt to sort with null output array}             |
    15 |   TestType: Negative                                                   |
    16 | ExpectedErrorText: Null output array                                          |
    17 | ExpectedStatusValue: 0                                                          |
    18 \------------------------------------------------------------------------/
     12/----------------------------- TESTPOINT ------------------------------------------\
     13|             TestFile: tst_psSort_04.c                                            |
     14          TestPoint: psSort{Attempt to sort with null output array}             |
     15|             TestType: Negative                                                   |
     16|    ExpectedErrorText: Null output array                                          |
     17|  ExpectedStatusValue: 0                                                          |
     18\----------------------------------------------------------------------------------/
    1919
    2020
    2121---> TESTPOINT PASSED (psSort{Attempt to sort with null output array} | tst_psSort_04.c)
    2222
    23 /----------------------------- TESTPOINT --------------------------------\
    24 |   TestFile: tst_psSort_04.c                                            |
    25 TestPoint: psSort{Free arrays}                                        |
    26 |   TestType: Positive                                                   |
    27 \------------------------------------------------------------------------/
     23/----------------------------- TESTPOINT ------------------------------------------\
     24|             TestFile: tst_psSort_04.c                                            |
     25          TestPoint: psSort{Free arrays}                                        |
     26|             TestType: Positive                                                   |
     27\----------------------------------------------------------------------------------/
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.