IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 1:04:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/metadatafromobject.c

    r8103 r8148  
    14421442        bool            status;
    14431443
    1444         object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string");
     1444        object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", "a string");
    14451445        if (!object) {
    14461446            exit(EXIT_FAILURE);
     
    14711471        }
    14721472        if (strncmp(psMetadataLookupPtr(&status, md, "recipe"), "a string", MAX_STRING_LENGTH)) {
     1473            psFree(md);
     1474            exit(EXIT_FAILURE);
     1475        }
     1476        if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
     1477            psFree(md);
     1478            exit(EXIT_FAILURE);
     1479        }
     1480        if (strncmp(psMetadataLookupPtr(&status, md, "b1_uri"), "a string", MAX_STRING_LENGTH)) {
     1481            psFree(md);
     1482            exit(EXIT_FAILURE);
     1483        }
     1484        if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) {
    14731485            psFree(md);
    14741486            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.