IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4353


Ignore:
Timestamp:
Jun 22, 2005, 1:49:19 PM (21 years ago)
Author:
desonia
Message:

some error messages changed when the parameter names changed.

Location:
trunk/psLib/test/collections/verified
Files:
4 edited

Legend:

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

    r4156 r4353  
    22    Following should generate an error message: psHashAdd with null table
    33<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
    4     Unallowable operation: table is NULL.
     4    Unallowable operation: hash is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashAdd with null key
  • trunk/psLib/test/collections/verified/tst_psHash02.stderr

    r4156 r4353  
    22    Following should generate an error message: psHashLookup with null table
    33<DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
    4     Unallowable operation: table is NULL.
     4    Unallowable operation: hash is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashLookup with null key
  • trunk/psLib/test/collections/verified/tst_psHash03.stderr

    r4156 r4353  
    22    Following should generate an error message: psHashRemove with null table
    33<DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
    4     Unallowable operation: table is NULL.
     4    Unallowable operation: hash is NULL.
    55<DATE><TIME>|<HOST>|I|main
    66    Following should generate an error message: psHashRemove with null key
  • trunk/psLib/test/collections/verified/tst_psHash05.stderr

    r4156 r4353  
    88    Following should be an error.
    99<DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO)
    10     Unallowable operation: table is NULL.
     10    Unallowable operation: hash is NULL.
    1111
    1212---> TESTPOINT PASSED (psHash{psHashToArray} | tst_psHash05.c)
Note: See TracChangeset for help on using the changeset viewer.