IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2008, 3:47:34 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.33

File:
1 edited

Legend:

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

    r17144 r17570  
    4646        bool            status;
    4747
    48         object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32);
     48        object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32, -16);
    4949        if (!object) {
    5050            exit(EXIT_FAILURE);
     
    8282        }
    8383        if (!psMetadataLookupS32(&status, md, "imfiles") == -32) {
     84            psFree(md);
     85            exit(EXIT_FAILURE);
     86        }
    8487            psFree(md);
    8588            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.