Changeset 4156
- Timestamp:
- Jun 8, 2005, 10:04:16 AM (21 years ago)
- Location:
- trunk/psLib/test/collections/verified
- Files:
-
- 4 edited
-
tst_psHash01.stderr (modified) (1 diff)
-
tst_psHash02.stderr (modified) (1 diff)
-
tst_psHash03.stderr (modified) (1 diff)
-
tst_psHash05.stderr (modified) (1 diff)
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. -
trunk/psLib/test/collections/verified/tst_psHash02.stderr
r3127 r4156 2 2 Following should generate an error message: psHashLookup with null table 3 3 <DATE><TIME>|<HOST>|E|psHashLookup (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: psHashLookup with null key 7 7 <DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO) 8 Input key can not beNULL.8 Unallowable operation: key is NULL. -
trunk/psLib/test/collections/verified/tst_psHash03.stderr
r3127 r4156 2 2 Following should generate an error message: psHashRemove with null table 3 3 <DATE><TIME>|<HOST>|E|psHashRemove (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: psHashRemove with null key 7 7 <DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO) 8 Input key can not beNULL.8 Unallowable operation: key is NULL. -
trunk/psLib/test/collections/verified/tst_psHash05.stderr
r3127 r4156 8 8 Following should be an error. 9 9 <DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO) 10 Input psHash can not beNULL.10 Unallowable operation: table is NULL. 11 11 12 12 ---> TESTPOINT PASSED (psHash{psHashToArray} | tst_psHash05.c)
Note:
See TracChangeset
for help on using the changeset viewer.
