IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 4:00:11 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.70

File:
1 edited

Legend:

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

    r10989 r11005  
    714714        bool            status;
    715715
    716         object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string");
     716        object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16);
    717717        if (!object) {
    718718            exit(EXIT_FAILURE);
     
    746746            exit(EXIT_FAILURE);
    747747        }
     748            psFree(md);
     749            exit(EXIT_FAILURE);
     750        }
    748751
    749752        psFree(md);
     
    755758        bool            status;
    756759
    757         object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32);
     760        object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16);
    758761        if (!object) {
    759762            exit(EXIT_FAILURE);
     
    788791        }
    789792        if (!psMetadataLookupS32(&status, md, "p2_version") == -32) {
     793            psFree(md);
     794            exit(EXIT_FAILURE);
     795        }
    790796            psFree(md);
    791797            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.