IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 12:04:47 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.15

File:
1 edited

Legend:

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

    r12202 r12231  
    626626        bool            status;
    627627
    628         object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string");
     628        object = chipPendingExpRowAlloc(-64, "a string", -64, "a string", "a string", "a string", "a string", "a string");
    629629        if (!object) {
    630630            exit(EXIT_FAILURE);
     
    645645            exit(EXIT_FAILURE);
    646646        }
     647            psFree(md);
     648            exit(EXIT_FAILURE);
     649        }
     650        if (strncmp(psMetadataLookupPtr(&status, md, "workdir"), "a string", MAX_STRING_LENGTH)) {
    647651            psFree(md);
    648652            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.