IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2006, 12:26:17 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.45

File:
1 edited

Legend:

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

    r9213 r9229  
    14011401        bool            status;
    14021402
    1403         object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string");
     1403        object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "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 (!psMetadataLookupF64(&status, md, "bg") == 64.64) {
     1432            psFree(md);
     1433            exit(EXIT_FAILURE);
     1434        }
     1435        if (!psMetadataLookupF64(&status, md, "bg_stdev") == 64.64) {
     1436            psFree(md);
     1437            exit(EXIT_FAILURE);
     1438        }
     1439        if (!psMetadataLookupF64(&status, md, "bg_mean_stdev") == 64.64) {
    14281440            psFree(md);
    14291441            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.