IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:22:09 AM (20 years ago)
Author:
Paul Price
Message:

Fixing psLib APIs following clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/config/tst_pmConfig.c

    r6414 r9539  
    1515 * XXXX: Must determine what to do with NULL arguments, then test it.
    1616 *
    17  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    18  *  @date $Date: 2006-02-10 01:41:37 $
     17 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     18 *  @date $Date: 2006-10-13 21:15:45 $
    1919 *
    2020 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    210210        // Test the database camera metadata keywords.
    211211        //
    212         psMetadata *tmpMeta = psMetadataLookupMD(&rc, site, "CAMERAS");
     212        psMetadata *tmpMeta = psMetadataLookupMetadata(&rc, site, "CAMERAS");
    213213        if (rc == false) {
    214214            printf("TEST ERROR: failed to properly set metadata metadata CAMERAS.\n");
Note: See TracChangeset for help on using the changeset viewer.