Changeset 991
- Timestamp:
- Jun 10, 2004, 1:26:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout
r805 r991 13 13 /----------------------------- TESTPOINT ------------------------------------------\ 14 14 | TestFile: tst_psBitSet_01.c | 15 | TestPoint: psBitSet{Set single bit}|15 | TestPoint: psBitSet{Set bits} | 16 16 | TestType: Positive | 17 17 \----------------------------------------------------------------------------------/ 18 18 19 Setting first bit... 19 20 Setting third bit... 20 000000000000000000000100ïŸÞ 21 Setting last bit... 22 100000000000000000000101ïŸÞ 21 23 22 24 23 ---> TESTPOINT PASSED (psBitSet{Set single bit} | tst_psBitSet_01.c)25 ---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c) 24 26 25 27 /----------------------------- TESTPOINT ------------------------------------------\ 26 28 | TestFile: tst_psBitSet_01.c | 27 | TestPoint: psBitSet{Test single bit}|29 | TestPoint: psBitSet{Test bits} | 28 30 | TestType: Positive | 29 31 \----------------------------------------------------------------------------------/ 30 32 33 Testing first bit... 34 Result: 1 31 35 Testing third bit... 32 36 Result: 1 37 Testing last bit... 38 Result: 1 33 39 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) 35 107 36 108 /----------------------------- TESTPOINT ------------------------------------------\
Note:
See TracChangeset
for help on using the changeset viewer.
