IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2006, 5:15:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.55

File:
1 edited

Legend:

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

    r9788 r9970  
    1313        bool            status;
    1414
    15         object = summitExpRowAlloc("a string", "a string", "a string", "a string", "a string");
     15        object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string");
    1616        if (!object) {
    1717            exit(EXIT_FAILURE);
     
    3434        }
    3535        if (strncmp(psMetadataLookupPtr(&status, md, "telescope"), "a string", MAX_STRING_LENGTH)) {
     36            psFree(md);
     37            exit(EXIT_FAILURE);
     38        }
    3639            psFree(md);
    3740            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.