Changeset 4353
- Timestamp:
- Jun 22, 2005, 1:49:19 PM (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
r4156 r4353 2 2 Following should generate an error message: psHashAdd with null table 3 3 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO) 4 Unallowable operation: tableis NULL.4 Unallowable operation: hash is NULL. 5 5 <DATE><TIME>|<HOST>|I|main 6 6 Following should generate an error message: psHashAdd with null key -
trunk/psLib/test/collections/verified/tst_psHash02.stderr
r4156 r4353 2 2 Following should generate an error message: psHashLookup with null table 3 3 <DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO) 4 Unallowable operation: tableis NULL.4 Unallowable operation: hash is NULL. 5 5 <DATE><TIME>|<HOST>|I|main 6 6 Following should generate an error message: psHashLookup with null key -
trunk/psLib/test/collections/verified/tst_psHash03.stderr
r4156 r4353 2 2 Following should generate an error message: psHashRemove with null table 3 3 <DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO) 4 Unallowable operation: tableis NULL.4 Unallowable operation: hash is NULL. 5 5 <DATE><TIME>|<HOST>|I|main 6 6 Following should generate an error message: psHashRemove with null key -
trunk/psLib/test/collections/verified/tst_psHash05.stderr
r4156 r4353 8 8 Following should be an error. 9 9 <DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO) 10 Unallowable operation: tableis NULL.10 Unallowable operation: hash is NULL. 11 11 12 12 ---> TESTPOINT PASSED (psHash{psHashToArray} | tst_psHash05.c)
Note:
See TracChangeset
for help on using the changeset viewer.
