IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 12:25:20 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.74

File:
1 edited

Legend:

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

    r11045 r11077  
    834834        bool            status;
    835835
    836         object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16);
     836        object = p3PendingExpRowAlloc("a string", -32, -32, "a string");
    837837        if (!object) {
    838838            exit(EXIT_FAILURE);
     
    862862            exit(EXIT_FAILURE);
    863863        }
    864             psFree(md);
    865             exit(EXIT_FAILURE);
    866         }
    867864
    868865        psFree(md);
     
    874871        bool            status;
    875872
    876         object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string");
     873        object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16);
    877874        if (!object) {
    878875            exit(EXIT_FAILURE);
     
    947944        }
    948945        if (strncmp(psMetadataLookupPtr(&status, md, "label"), "a string", MAX_STRING_LENGTH)) {
     946            psFree(md);
     947            exit(EXIT_FAILURE);
     948        }
    949949            psFree(md);
    950950            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.