IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7047


Ignore:
Timestamp:
May 2, 2006, 3:10:09 PM (20 years ago)
Author:
drobbin
Message:

Fixed stderr differences.

Location:
trunk/psLib/test
Files:
3 edited

Legend:

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

    r6278 r7047  
    142142    Following should generate error message
    143143<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
    144     Unallowable operation: string is NULL.
     144    Unallowable operation: splitters is NULL.
    145145<DATE><TIME>|<HOST>|I|testStrSplit00
    146146    Following should generate error message
  • trunk/psLib/test/types/tst_psMetadata_07.c

    r6314 r7047  
    1616*  @author  David Robbins, MHPCC
    1717*
    18 *  @version $Revision: 1.21 $  $Name: not supported by cvs2svn $
    19 *  @date  $Date: 2006-02-03 00:12:02 $
     18*  @version $Revision: 1.22 $  $Name: not supported by cvs2svn $
     19*  @date  $Date: 2006-05-03 01:10:09 $
    2020*
    2121*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    270270    psMetadata *strtest = psMetadataAlloc();
    271271    //should return false for NULL input string
    272     psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
    273     if (psMetadataAddStr(strtest, PS_LIST_TAIL, "bar", 0, "baz", NULL) ) {
     272    //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
     273    if ( !psMetadataAddStr(strtest, PS_LIST_TAIL, "bar", 0, "baz", NULL) ) {
    274274        psError(PS_ERR_BAD_PARAMETER_NULL, true, "strtest failed for NULL.\n");
    275275        return 9;
  • trunk/psLib/test/types/verified/tst_psMetadata_07.stderr

    r6201 r7047  
    4444\**********************************************************************************/
    4545
    46 <DATE><TIME>|<HOST>|I|testMetaAddPtr
    47     Following should generate error message
    48 <DATE><TIME>|<HOST>|E|psMetadataAddStr (FILE:LINENO)
    49     Unallowable operation: value is NULL.
    5046
    5147---> TESTPOINT PASSED (psMetadata_07{Test psMetadataAddPtr} | tst_psMetadata_07.c)
Note: See TracChangeset for help on using the changeset viewer.