IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2006, 10:40:56 AM (20 years ago)
Author:
drobbin
Message:

Added error handling to psString for NULL string inputs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/verified/tst_psString.stderr

    r6218 r6278  
    6868\**********************************************************************************/
    6969
     70<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
     71    Unallowable operation: format is NULL.
     72<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
     73    Unallowable operation: format is NULL.
    7074
    7175---> TESTPOINT PASSED (psString{Test append NULL handling} | tst_psString.c)
     
    104108\**********************************************************************************/
    105109
     110<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
     111    Unallowable operation: format is NULL.
     112<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
     113    Unallowable operation: format is NULL.
    106114
    107115---> TESTPOINT PASSED (psString{Test prepend NULL handling} | tst_psString.c)
     
    146154---> TESTPOINT PASSED (psString{Test String Splitting} | tst_psString.c)
    147155
     156/***************************** TESTPOINT ******************************************\
     157*             TestFile: tst_psString.c                                             *
     158*            TestPoint: psString{Test NULL String Error Handling}                  *
     159*             TestType: Positive                                                   *
     160\**********************************************************************************/
     161
     162<DATE><TIME>|<HOST>|I|testNULLStrings
     163    Following should generate error message
     164<DATE><TIME>|<HOST>|E|psStringCopy (FILE:LINENO)
     165    Unallowable operation: string is NULL.
     166<DATE><TIME>|<HOST>|I|testNULLStrings
     167    Following should generate error message
     168<DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO)
     169    Unallowable operation: string is NULL.
     170<DATE><TIME>|<HOST>|I|testNULLStrings
     171    Following should generate error message
     172<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
     173    Unallowable operation: format is NULL.
     174<DATE><TIME>|<HOST>|I|testNULLStrings
     175    Following should generate error message
     176<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
     177    Unallowable operation: format is NULL.
     178<DATE><TIME>|<HOST>|I|testNULLStrings
     179    Following should generate error message
     180<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
     181    Unallowable operation: string is NULL.
     182<DATE><TIME>|<HOST>|I|testNULLStrings
     183    Following should generate error message
     184<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
     185    Unallowable operation: splitters is NULL.
     186
     187---> TESTPOINT PASSED (psString{Test NULL String Error Handling} | tst_psString.c)
     188
Note: See TracChangeset for help on using the changeset viewer.