Changeset 1194 for trunk/psLib/test/collections/verified/tst_psList.stderr
- Timestamp:
- Jul 7, 2004, 3:19:38 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psList.stderr
r1130 r1194 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * TestFile: tst_psList.c * 3 * TestPoint: psList{ 487-testListAlloc}*3 * TestPoint: psList{psListAlloc} * 4 4 * TestType: Positive * 5 5 \**********************************************************************************/ … … 7 7 <DATE> <TIME> <HOST> |I| testListAlloc|psListAlloc shall create a psList with either 0 or 1 element. 8 8 9 ---> TESTPOINT PASSED (psList{ 487-testListAlloc} | tst_psList.c)9 ---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c) 10 10 11 11 /***************************** TESTPOINT ******************************************\ 12 12 * TestFile: tst_psList.c * 13 * TestPoint: psList{ 488-testListAdd}*13 * TestPoint: psList{psListAdd} * 14 14 * TestType: Positive * 15 15 \**********************************************************************************/ 16 16 17 17 <DATE> <TIME> <HOST> |I| testListAdd|psListAdd shall add an element to list 18 <DATE> <TIME> <HOST> |I| testListAdd|Following should warnwith invalid insert location19 <DATE> <TIME> <HOST> |W| psListAdd|The given insert location (-10) for psListAdd is invalid. Adding to head instead.18 <DATE> <TIME> <HOST> |I| testListAdd|Following should error with invalid insert location 19 <DATE> <TIME> <HOST> |W| psListAdd|The given insert location (-10) for psListAdd is invalid. 20 20 <DATE> <TIME> <HOST> |I| testListAdd|Following should be a warning. 21 <DATE> <TIME> <HOST> |W| psListAdd|Invalid index 9 (only 7elements in psList); assuming tail.21 <DATE> <TIME> <HOST> |W| psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail. 22 22 23 ---> TESTPOINT PASSED (psList{ 488-testListAdd} | tst_psList.c)23 ---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c) 24 24 25 25 /***************************** TESTPOINT ******************************************\ 26 26 * TestFile: tst_psList.c * 27 * TestPoint: psList{ 489-testListGet}*27 * TestPoint: psList{psListGet} * 28 28 * TestType: Positive * 29 29 \**********************************************************************************/ 30 30 31 31 <DATE> <TIME> <HOST> |I| testListGet|Following should be an error 32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:2 65).32 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259). 33 33 34 ---> TESTPOINT PASSED (psList{ 489-testListGet} | tst_psList.c)34 ---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c) 35 35 36 36 /***************************** TESTPOINT ******************************************\ 37 37 * TestFile: tst_psList.c * 38 * TestPoint: psList{ 490-testListRemove}*38 * TestPoint: psList{psListRemove} * 39 39 * TestType: Positive * 40 40 \**********************************************************************************/ … … 51 51 <DATE> <TIME> <HOST> |E| psListRemove|Failed to find item in given psList. 52 52 53 ---> TESTPOINT PASSED (psList{ 490-testListRemove} | tst_psList.c)53 ---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c) 54 54 55 55 /***************************** TESTPOINT ******************************************\ 56 56 * TestFile: tst_psList.c * 57 * TestPoint: psList{ 491-testListConvert}*57 * TestPoint: psList{psListConvert} * 58 58 * TestType: Positive * 59 59 \**********************************************************************************/ 60 60 61 61 62 ---> TESTPOINT PASSED (psList{ 491-testListConvert} | tst_psList.c)62 ---> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c) 63 63 64 64 /***************************** TESTPOINT ******************************************\ 65 65 * TestFile: tst_psList.c * 66 * TestPoint: psList{ 494-testListIterator}*66 * TestPoint: psList{psListIterator} * 67 67 * TestType: Positive * 68 68 \**********************************************************************************/ … … 70 70 <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location 71 71 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer' 72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:2 65).72 <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259). 73 73 <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.' 74 74 <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position. Not moving the iterator position. 75 75 76 ---> TESTPOINT PASSED (psList{ 494-testListIterator} | tst_psList.c)76 ---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c) 77 77 78 78 /***************************** TESTPOINT ******************************************\ 79 79 * TestFile: tst_psList.c * 80 * TestPoint: psList{ 627-testListFree}*80 * TestPoint: psList{psListFree} * 81 81 * TestType: Positive * 82 82 \**********************************************************************************/ 83 83 84 84 85 ---> TESTPOINT PASSED (psList{ 627-testListFree} | tst_psList.c)85 ---> TESTPOINT PASSED (psList{psListFree} | tst_psList.c) 86 86 87 87 /***************************** TESTPOINT ******************************************\ 88 88 * TestFile: tst_psList.c * 89 * TestPoint: psList{ 624-testListSort}*89 * TestPoint: psList{psListSort} * 90 90 * TestType: Positive * 91 91 \**********************************************************************************/ 92 92 93 93 94 ---> TESTPOINT PASSED (psList{ 624-testListSort} | tst_psList.c)94 ---> TESTPOINT PASSED (psList{psListSort} | tst_psList.c) 95 95
Note:
See TracChangeset
for help on using the changeset viewer.
