Changeset 3111 for trunk/psLib/test/collections/verified/tst_psList.stderr
- Timestamp:
- Feb 2, 2005, 11:58:49 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psList.stderr
r3108 r3111 18 18 <DATE><TIME>|<HOST>|I|testListAdd 19 19 psListAdd shall add an element to list 20 <DATE><TIME>|<HOST>|I|testListAdd 21 Following should generate an error for using NULL list. 20 22 <DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>) 21 23 Specified psList reference is NULL. 24 <DATE><TIME>|<HOST>|I|testListAdd 25 Following should generate an error msg to add NULL data 22 26 <DATE><TIME>|<HOST>|E|psListAdd (psList.c:<LINENO>) 23 27 Specified data item is NULL. … … 25 29 Following should error with invalid insert location 26 30 <DATE><TIME>|<HOST>|E|psListIteratorSet (psList.c:<LINENO>) 27 Specified location, - 7, is invalid.31 Specified location, -6, is invalid. 28 32 <DATE><TIME>|<HOST>|I|testListAdd 29 33 Following should be a warning. … … 133 137 <DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>) 134 138 Specified iterator is NULL. 139 <DATE><TIME>|<HOST>|I|testListAddAfter 140 Non-mutable list should generate error message 141 <DATE><TIME>|<HOST>|E|psListAddAfter (psList.c:<LINENO>) 142 Specified iterator indicates list is non-mutable. 135 143 136 144 ---> TESTPOINT PASSED (psList{psListAddAfter} | tst_psList.c) … … 150 158 <DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>) 151 159 Specified iterator is NULL. 160 <DATE><TIME>|<HOST>|I|testListAddBefore 161 Non-mutable list should generate error message 162 <DATE><TIME>|<HOST>|E|psListAddBefore (psList.c:<LINENO>) 163 Specified iterator indicates list is non-mutable. 152 164 153 165 ---> TESTPOINT PASSED (psList{psListAddBefore} | tst_psList.c)
Note:
See TracChangeset
for help on using the changeset viewer.
