IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psMetadata_02.c

    r2204 r2273  
    1414*  @author  Ross Harman, MHPCC
    1515*
    16 *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    17 *  @date  $Date: 2004-10-27 00:57:33 $
     16*  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     17*  @date  $Date: 2004-11-04 01:05:00 $
    1818*
    1919*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9292    badItem = psMetadataItemAlloc(NULL, PS_META_STR, "I am a string", "HELLO WORLD");
    9393    if (badItem != NULL) {
    94         psError(__func__,"psMetadataItemAlloc did not return null with null name item.");
     94        psError(PS_ERR_UNKNOWN, true,"psMetadataItemAlloc did not return null with null name item.");
    9595        return 10;
    9696    }
Note: See TracChangeset for help on using the changeset viewer.