- Timestamp:
- Jun 8, 2005, 10:04:16 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/verified/tst_psHash01.stderr
r3127 r4156 2 2 Following should generate an error message: psHashAdd with null table 3 3 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO) 4 Input psHash can not beNULL.4 Unallowable operation: table is NULL. 5 5 <DATE><TIME>|<HOST>|I|main 6 6 Following should generate an error message: psHashAdd with null key 7 7 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO) 8 Input key can not beNULL.8 Unallowable operation: key is NULL. 9 9 <DATE><TIME>|<HOST>|I|main 10 10 Following should generate an error message: psHashAdd with null data 11 11 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO) 12 Input data can not beNULL.12 Unallowable operation: data is NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
