Changeset 6278 for trunk/psLib/test/sys/verified/tst_psString.stderr
- Timestamp:
- Feb 1, 2006, 10:40:56 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/verified/tst_psString.stderr (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/verified/tst_psString.stderr
r6218 r6278 68 68 \**********************************************************************************/ 69 69 70 <DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO) 71 Unallowable operation: format is NULL. 72 <DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO) 73 Unallowable operation: format is NULL. 70 74 71 75 ---> TESTPOINT PASSED (psString{Test append NULL handling} | tst_psString.c) … … 104 108 \**********************************************************************************/ 105 109 110 <DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO) 111 Unallowable operation: format is NULL. 112 <DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO) 113 Unallowable operation: format is NULL. 106 114 107 115 ---> TESTPOINT PASSED (psString{Test prepend NULL handling} | tst_psString.c) … … 146 154 ---> TESTPOINT PASSED (psString{Test String Splitting} | tst_psString.c) 147 155 156 /***************************** TESTPOINT ******************************************\ 157 * TestFile: tst_psString.c * 158 * TestPoint: psString{Test NULL String Error Handling} * 159 * TestType: Positive * 160 \**********************************************************************************/ 161 162 <DATE><TIME>|<HOST>|I|testNULLStrings 163 Following should generate error message 164 <DATE><TIME>|<HOST>|E|psStringCopy (FILE:LINENO) 165 Unallowable operation: string is NULL. 166 <DATE><TIME>|<HOST>|I|testNULLStrings 167 Following should generate error message 168 <DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO) 169 Unallowable operation: string is NULL. 170 <DATE><TIME>|<HOST>|I|testNULLStrings 171 Following should generate error message 172 <DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO) 173 Unallowable operation: format is NULL. 174 <DATE><TIME>|<HOST>|I|testNULLStrings 175 Following should generate error message 176 <DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO) 177 Unallowable operation: format is NULL. 178 <DATE><TIME>|<HOST>|I|testNULLStrings 179 Following should generate error message 180 <DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO) 181 Unallowable operation: string is NULL. 182 <DATE><TIME>|<HOST>|I|testNULLStrings 183 Following should generate error message 184 <DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO) 185 Unallowable operation: splitters is NULL. 186 187 ---> TESTPOINT PASSED (psString{Test NULL String Error Handling} | tst_psString.c) 188
Note:
See TracChangeset
for help on using the changeset viewer.
