IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 2:46:56 PM (20 years ago)
Author:
jhoblitt
Message:

version 0.0.62

File:
1 edited

Legend:

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

    r10238 r10328  
    8585        bool            status;
    8686
    87         object = summitImfileRowAlloc("a string", "a string", "a string", -32, "a string", "a string", "a string", "a string");
     87        object = summitImfileRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string");
    8888        if (!object) {
    8989            exit(EXIT_FAILURE);
     
    106106        }
    107107        if (strncmp(psMetadataLookupPtr(&status, md, "telescope"), "a string", MAX_STRING_LENGTH)) {
     108            psFree(md);
     109            exit(EXIT_FAILURE);
     110        }
     111        if (strncmp(psMetadataLookupPtr(&status, md, "file_id"), "a string", MAX_STRING_LENGTH)) {
    108112            psFree(md);
    109113            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.