- Timestamp:
- Dec 3, 2004, 4:43:17 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psHash03.stdout
r1421 r2624 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psHash03.c * 3 * TestPoint: psHash functions{psHashRemove ()}*3 * TestPoint: psHash functions{psHashRemove} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ … … 8 8 ---> TESTPOINT PASSED (psHash functions{psHashRemove()} | tst_psHash03.c) 9 9 10 /***************************** TESTPOINT ******************************************\ 11 * TestFile: tst_psHash03.c * 12 * TestPoint: psHashRemove{Invalid key} * 13 * TestType: Negative * 14 * ExpectedErrorText: Key is not found in table * 15 * ExpectedStatusValue: 0 * 16 \**********************************************************************************/ 17 18 19 ---> TESTPOINT PASSED (psHashRemove{Invalid key} | tst_psHash03.c) 20 21 /***************************** TESTPOINT ******************************************\ 22 * TestFile: tst_psHash03.c * 23 * TestPoint: psHashRemove{NULL table} * 24 * TestType: Negative * 25 * ExpectedErrorText: Can not remove with NULL table * 26 * ExpectedStatusValue: 0 * 27 \**********************************************************************************/ 28 29 30 ---> TESTPOINT PASSED (psHashRemove{NULL table} | tst_psHash03.c) 31 32 /***************************** TESTPOINT ******************************************\ 33 * TestFile: tst_psHash03.c * 34 * TestPoint: psHashRemove{NULL key} * 35 * TestType: Negative * 36 * ExpectedErrorText: Can not remove with NULL key * 37 * ExpectedStatusValue: 0 * 38 \**********************************************************************************/ 39 40 41 ---> TESTPOINT PASSED (psHashRemove{NULL key} | tst_psHash03.c) 42
Note:
See TracChangeset
for help on using the changeset viewer.
