IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7418


Ignore:
Timestamp:
Jun 7, 2006, 3:06:36 PM (20 years ago)
Author:
drobbin
Message:

checked-in stderr for string test, removed one log msg.

Location:
trunk/psLib/test/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tst_psString.c

    r7115 r7418  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2006-05-13 08:56:48 $
     22 *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2006-06-08 01:06:36 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    638638    char** test;
    639639    //psStringCopy should return NULL for NULL input string
    640     psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     640    //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
    641641    output = psStringCopy(nullTest);
    642642    if (output != NULL) {
  • trunk/psLib/test/sys/verified/tst_psString.stderr

    r7115 r7418  
    158158<DATE><TIME>|<HOST>|I|testNULLStrings
    159159    Following should generate error message
    160 <DATE><TIME>|<HOST>|E|psStringCopy (FILE:LINENO)
    161     Unallowable operation: string is NULL.
    162 <DATE><TIME>|<HOST>|I|testNULLStrings
    163     Following should generate error message
    164160<DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO)
    165161    Unallowable operation: string is NULL.
Note: See TracChangeset for help on using the changeset viewer.