IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 12:32:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.28

File:
1 edited

Legend:

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

    r8319 r8325  
    792792            exit(EXIT_FAILURE);
    793793        }
     794        if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
     795            psFree(md);
     796            exit(EXIT_FAILURE);
     797        }
    794798        if (strncmp(psMetadataLookupPtr(&status, md, "exp_type"), "a string", MAX_STRING_LENGTH)) {
    795             psFree(md);
    796             exit(EXIT_FAILURE);
    797         }
    798         if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
    799799            psFree(md);
    800800            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.