IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 1:17:06 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.46

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/metadatafromobject.c

    r9229 r9242  
    682682            exit(EXIT_FAILURE);
    683683        }
    684         if (strncmp(psMetadataLookupPtr(&status, md, "obstype"), "a string", MAX_STRING_LENGTH)) {
     684        if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) {
    685685            psFree(md);
    686686            exit(EXIT_FAILURE);
     
    775775            exit(EXIT_FAILURE);
    776776        }
    777         if (strncmp(psMetadataLookupPtr(&status, md, "obstype"), "a string", MAX_STRING_LENGTH)) {
     777        if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) {
    778778            psFree(md);
    779779            exit(EXIT_FAILURE);
     
    868868            exit(EXIT_FAILURE);
    869869        }
    870         if (strncmp(psMetadataLookupPtr(&status, md, "obstype"), "a string", MAX_STRING_LENGTH)) {
     870        if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) {
    871871            psFree(md);
    872872            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.