IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2004, 2:02:57 PM (22 years ago)
Author:
evanalst
Message:

Add additional test cases to cover invalid arguments for psHashAdd and
to test the replacement function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/verified/tst_psHash01.stderr

    r1421 r2620  
     1<DATE><TIME>|<HOST>|I|main
     2    Following should generate an error message: psHashAdd with null table
     3<DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     4    Input psHash can not be NULL.
     5<DATE><TIME>|<HOST>|I|main
     6    Following should generate an error message: psHashAdd with null key
     7<DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     8    Input key can not be NULL.
     9<DATE><TIME>|<HOST>|I|main
     10    Following should generate an error message: psHashAdd with null data
     11<DATE><TIME>|<HOST>|E|psHashAdd (psHash.c:<LINENO>)
     12    Input data can not be NULL.
Note: See TracChangeset for help on using the changeset viewer.