IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2007, 4:08:31 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.69

File:
1 edited

Legend:

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

    r10753 r10989  
    302302        bool            status;
    303303
    304         object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32);
     304        object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, -16);
    305305        if (!object) {
    306306            exit(EXIT_FAILURE);
     
    341341            exit(EXIT_FAILURE);
    342342        }
     343            psFree(md);
     344            exit(EXIT_FAILURE);
     345        }
    343346
    344347        psFree(md);
     
    350353        bool            status;
    351354
    352         object = newImfileRowAlloc("a string", "a string", "a string", "a string");
     355        object = newImfileRowAlloc("a string", "a string", "a string", "a string", -16);
    353356        if (!object) {
    354357            exit(EXIT_FAILURE);
     
    375378        }
    376379        if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
     380            psFree(md);
     381            exit(EXIT_FAILURE);
     382        }
    377383            psFree(md);
    378384            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.