IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 4:59:05 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.41

File:
1 edited

Legend:

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

    r9149 r9173  
    16971697            exit(EXIT_FAILURE);
    16981698        }
     1699        if (!psMetadataAddStr(md, PS_LIST_TAIL, "state", 0, NULL, "a string")) {
     1700            psFree(md);
     1701            exit(EXIT_FAILURE);
     1702        }
    16991703
    17001704        object = detRunObjectFromMetadata(md);
     
    17111715        }
    17121716        if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
     1717            psFree(object);
     1718            exit(EXIT_FAILURE);
     1719        }
     1720        if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) {
    17131721            psFree(object);
    17141722            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.