IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 11:22:25 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.44

File:
1 edited

Legend:

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

    r9187 r9213  
    14011401        bool            status;
    14021402
    1403         object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string");
     1403        object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string");
    14041404        if (!object) {
    14051405            exit(EXIT_FAILURE);
     
    14261426        }
    14271427        if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) {
     1428            psFree(md);
     1429            exit(EXIT_FAILURE);
     1430        }
     1431        if (strncmp(psMetadataLookupPtr(&status, md, "b1_uri"), "a string", MAX_STRING_LENGTH)) {
     1432            psFree(md);
     1433            exit(EXIT_FAILURE);
     1434        }
     1435        if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) {
    14281436            psFree(md);
    14291437            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.