IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:22:07 PM (20 years ago)
Author:
jhoblitt
Message:

rel-0_0_02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jhoblitt/ippdb/tests/metadatafromobject.c

    r7460 r7500  
    10591059        bool            status;
    10601060
    1061         object = detRunRowAlloc("a string");
     1061        object = detRunRowAlloc("a string", -32);
    10621062        if (!object) {
    10631063            exit(EXIT_FAILURE);
     
    10721072
    10731073        if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) {
     1074            psFree(md);
     1075            exit(EXIT_FAILURE);
     1076        }
     1077        if (!psMetadataLookupS32(&status, md, "iteration") == -32) {
    10741078            psFree(md);
    10751079            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.