Changeset 2281 for trunk/psLib/test/collections/verified/tst_psList.stderr
- Timestamp:
- Nov 4, 2004, 10:01:07 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psList.stderr
r1761 r2281 37 37 <DATE><TIME>|<HOST>|I|testListGet 38 38 Following should be an error 39 <DATE><TIME>|<HOST>|E|listSetIterator 40 Unexpected null pointer for psList parameter (psList.c:<LINENO>).39 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 40 Unexpected null pointer for psList parameter. 41 41 42 42 ---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c) … … 50 50 <DATE><TIME>|<HOST>|I|testListRemove 51 51 Following should be an error 52 <DATE><TIME>|<HOST>|E|psListRemove 53 list parameter found to be NULL in psListRemove52 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 53 list parameter found to be NULL. 54 54 <DATE><TIME>|<HOST>|I|testListRemove 55 55 Next message should be an error 56 <DATE><TIME>|<HOST>|E|psListRemove 56 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 57 57 Couldn't position to given index (-4) to remove element from list. 58 58 <DATE><TIME>|<HOST>|I|testListRemove 59 59 Next message should be an error 60 <DATE><TIME>|<HOST>|E|psListRemove 60 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 61 61 Couldn't position to given index (-2) to remove element from list. 62 62 <DATE><TIME>|<HOST>|I|testListRemove 63 63 Next message should be an error 64 <DATE><TIME>|<HOST>|E|psListRemove 64 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 65 65 Failed to find item in given psList. 66 66 <DATE><TIME>|<HOST>|I|testListRemove 67 67 Next message should be an error 68 <DATE><TIME>|<HOST>|E|psListRemove 68 <DATE><TIME>|<HOST>|E|psListRemove (psList.c:<LINENO>) 69 69 Failed to find item in given psList. 70 70 … … 90 90 <DATE><TIME>|<HOST>|I|testListIterator 91 91 Following should error with 'Unexpected null pointer' 92 <DATE><TIME>|<HOST>|E|listSetIterator 93 Unexpected null pointer for psList parameter (psList.c:<LINENO>).92 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 93 Unexpected null pointer for psList parameter. 94 94 <DATE><TIME>|<HOST>|I|testListIterator 95 95 Following should error with 'Can't move to an unknown position.' 96 <DATE><TIME>|<HOST>|E|listSetIterator 96 <DATE><TIME>|<HOST>|E|listSetIterator (psList.c:<LINENO>) 97 97 Can't move to an unknown position. Not moving the iterator position. 98 98
Note:
See TracChangeset
for help on using the changeset viewer.
