IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 991


Ignore:
Timestamp:
Jun 10, 2004, 1:26:48 PM (22 years ago)
Author:
harman
Message:

Added tests

File:
1 edited

Legend:

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

    r805 r991  
    1313/----------------------------- TESTPOINT ------------------------------------------\
    1414|             TestFile: tst_psBitSet_01.c                                          |
    15 |            TestPoint: psBitSet{Set single bit}                                   |
     15|            TestPoint: psBitSet{Set bits}                                         |
    1616|             TestType: Positive                                                   |
    1717\----------------------------------------------------------------------------------/
    1818
     19Setting first bit...
    1920Setting third bit...
    20 000000000000000000000100Þ
     21Setting last bit...
     22100000000000000000000101Þ
    2123
    2224
    23 ---> TESTPOINT PASSED (psBitSet{Set single bit} | tst_psBitSet_01.c)
     25---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c)
    2426
    2527/----------------------------- TESTPOINT ------------------------------------------\
    2628|             TestFile: tst_psBitSet_01.c                                          |
    27 |            TestPoint: psBitSet{Test single bit}                                  |
     29|            TestPoint: psBitSet{Test bits}                                        |
    2830|             TestType: Positive                                                   |
    2931\----------------------------------------------------------------------------------/
    3032
     33Testing first bit...
     34Result: 1
    3135Testing third bit...
    3236Result: 1
     37Testing last bit...
     38Result: 1
    3339
    34 ---> TESTPOINT PASSED (psBitSet{Test single bit} | tst_psBitSet_01.c)
     40---> TESTPOINT PASSED (psBitSet{Test bits} | tst_psBitSet_01.c)
     41
     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\----------------------------------------------------------------------------------/
     49
     50
     51---> TESTPOINT PASSED (psBitSet{Attempt to test negative bit} | tst_psBitSet_01.c)
     52
     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\----------------------------------------------------------------------------------/
     60
     61
     62---> TESTPOINT PASSED (psBitSet{Attempt to test bit to large} | tst_psBitSet_01.c)
     63
     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\----------------------------------------------------------------------------------/
     71
     72
     73---> TESTPOINT PASSED (psBitSet{Attempt to test bit in null BitSet} | tst_psBitSet_01.c)
     74
     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\----------------------------------------------------------------------------------/
     82
     83
     84---> TESTPOINT PASSED (psBitSet{Attempt to set negative bit} | tst_psBitSet_01.c)
     85
     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\----------------------------------------------------------------------------------/
     93
     94
     95---> TESTPOINT PASSED (psBitSet{Attempt to set bit to large} | tst_psBitSet_01.c)
     96
     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\----------------------------------------------------------------------------------/
     104
     105
     106---> TESTPOINT PASSED (psBitSet{Attempt to set bit in null BitSet} | tst_psBitSet_01.c)
    35107
    36108/----------------------------- TESTPOINT ------------------------------------------\
Note: See TracChangeset for help on using the changeset viewer.