IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 11:22:22 AM (21 years ago)
Author:
drobbin
Message:

Minor changes from new SDRS, prototype code for psArguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/types/tst_psMetadata_04.c

    r4891 r5057  
    2525*  @author  Ross Harman, MHPCC
    2626*
    27 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    28 *  @date  $Date: 2005-08-27 01:33:41 $
     27*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     28*  @date  $Date: 2005-09-15 21:22:22 $
    2929*
    3030*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    224224    printPositiveTestHeader(stdout, "psMetadata", "Test K - Lookup metadata item and return psString value");
    225225    char *newSTR;
    226     newSTR = psMetadataLookupString(&status, metadata, "myItem8");
     226    newSTR = psMetadataLookupStr(&status, metadata, "myItem8");
    227227    if( strncmp(newSTR, string, 50) ) {
    228228        printf("ERROR: Bad string value \n");
Note: See TracChangeset for help on using the changeset viewer.