IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2006, 7:18:19 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.24

File:
1 edited

Legend:

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

    r8228 r8266  
    15431543        bool            status;
    15441544
    1545         object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true);
     1545        object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true, true);
    15461546        if (!object) {
    15471547            exit(EXIT_FAILURE);
     
    15681568        }
    15691569        if (strncmp(psMetadataLookupPtr(&status, md, "recipe"), "a string", MAX_STRING_LENGTH)) {
     1570            psFree(md);
     1571            exit(EXIT_FAILURE);
     1572        }
     1573        if (!psMetadataLookupBool(&status, md, "keep") == true) {
    15701574            psFree(md);
    15711575            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.