IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2006, 12:26:13 PM (20 years ago)
Author:
drobbin
Message:

Added test for psStringSubstitute. Ran test, fixed errors. Fxn now returns a fresh string to allow for strings longer than the original input.

File:
1 edited

Legend:

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

    r7418 r7831  
    175175---> TESTPOINT PASSED (psString{Test NULL String Error Handling} | tst_psString.c)
    176176
     177/***************************** TESTPOINT ******************************************\
     178*             TestFile: tst_psString.c                                             *
     179*            TestPoint: psString{Test String Substitute}                           *
     180*             TestType: Positive                                                   *
     181\**********************************************************************************/
     182
     183<DATE><TIME>|<HOST>|I|testStrSub
     184    Following should generate error message
     185<DATE><TIME>|<HOST>|E|psStringSubstitute (FILE:LINENO)
     186    Invalid string in psStringSubstitute.  Input cannot be NULL or empty.
     187<DATE><TIME>|<HOST>|I|testStrSub
     188    Following should generate error message
     189<DATE><TIME>|<HOST>|E|psStringSubstitute (FILE:LINENO)
     190    Invalid string in psStringSubstitute.  Input cannot be NULL or empty.
     191
     192---> TESTPOINT PASSED (psString{Test String Substitute} | tst_psString.c)
     193
Note: See TracChangeset for help on using the changeset viewer.