- Timestamp:
- Jun 14, 2004, 2:13:57 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout
r991 r1034 1 / ----------------------------- TESTPOINT ------------------------------------------\2 | TestFile: tst_psBitSet_01.c | 3 | TestPoint: psBitSet{Create psBitSet} | 4 | TestType: Positive | 5 \ ----------------------------------------------------------------------------------/1 /***************************** TESTPOINT ******************************************\ 2 * TestFile: tst_psBitSet_01.c * 3 * TestPoint: psBitSet{Create psBitSet} * 4 * TestType: Positive * 5 \**********************************************************************************/ 6 6 7 7 Creating psBitSet with 24 bits... … … 11 11 ---> TESTPOINT PASSED (psBitSet{Create psBitSet} | tst_psBitSet_01.c) 12 12 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 \**********************************************************************************/ 18 18 19 19 Setting first bit... … … 25 25 ---> TESTPOINT PASSED (psBitSet{Set bits} | tst_psBitSet_01.c) 26 26 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 \**********************************************************************************/ 32 32 33 33 Testing first bit... … … 40 40 ---> TESTPOINT PASSED (psBitSet{Test bits} | tst_psBitSet_01.c) 41 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 \ ----------------------------------------------------------------------------------/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 49 50 50 51 51 ---> TESTPOINT PASSED (psBitSet{Attempt to test negative bit} | tst_psBitSet_01.c) 52 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 \ ----------------------------------------------------------------------------------/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 60 61 61 62 62 ---> TESTPOINT PASSED (psBitSet{Attempt to test bit to large} | tst_psBitSet_01.c) 63 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 \ ----------------------------------------------------------------------------------/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 71 72 72 73 73 ---> TESTPOINT PASSED (psBitSet{Attempt to test bit in null BitSet} | tst_psBitSet_01.c) 74 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 \ ----------------------------------------------------------------------------------/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 82 83 83 84 84 ---> TESTPOINT PASSED (psBitSet{Attempt to set negative bit} | tst_psBitSet_01.c) 85 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 \ ----------------------------------------------------------------------------------/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 93 94 94 95 95 ---> TESTPOINT PASSED (psBitSet{Attempt to set bit to large} | tst_psBitSet_01.c) 96 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 \ ----------------------------------------------------------------------------------/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 104 105 105 106 106 ---> TESTPOINT PASSED (psBitSet{Attempt to set bit in null BitSet} | tst_psBitSet_01.c) 107 107 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 \**********************************************************************************/ 113 113 114 114
Note:
See TracChangeset
for help on using the changeset viewer.
