IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 4:59:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.41

File:
1 edited

Legend:

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

    r9149 r9173  
    11151115        bool            status;
    11161116
    1117         object = detRunRowAlloc(-32, "a string");
     1117        object = detRunRowAlloc(-32, "a string", "a string");
    11181118        if (!object) {
    11191119            exit(EXIT_FAILURE);
     
    11321132        }
    11331133        if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) {
     1134            psFree(md);
     1135            exit(EXIT_FAILURE);
     1136        }
     1137        if (strncmp(psMetadataLookupPtr(&status, md, "state"), "a string", MAX_STRING_LENGTH)) {
    11341138            psFree(md);
    11351139            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.