IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 3:44:47 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.4

File:
1 edited

Legend:

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

    r8006 r8020  
    467467        bool            status;
    468468
    469         object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string", "a string");
     469        object = pzPendingImfileRowAlloc("a string", -32, "a string", "a string", "a string");
    470470        if (!object) {
    471471            exit(EXIT_FAILURE);
     
    491491            exit(EXIT_FAILURE);
    492492        }
    493         if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {
    494             psFree(md);
    495             exit(EXIT_FAILURE);
    496         }
    497493        if (strncmp(psMetadataLookupPtr(&status, md, "class_id"), "a string", MAX_STRING_LENGTH)) {
    498494            psFree(md);
     
    553549        bool            status;
    554550
    555         object = newImfileRowAlloc("a string", "a string", "a string", "a string");
     551        object = newImfileRowAlloc("a string", "a string", "a string");
    556552        if (!object) {
    557553            exit(EXIT_FAILURE);
     
    566562
    567563        if (strncmp(psMetadataLookupPtr(&status, md, "exp_id"), "a string", MAX_STRING_LENGTH)) {
    568             psFree(md);
    569             exit(EXIT_FAILURE);
    570         }
    571         if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {
    572564            psFree(md);
    573565            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.