IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2007, 5:10:27 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.26

File:
1 edited

Legend:

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

    r14169 r14252  
    12491249        bool            status;
    12501250
    1251         object = diffInputSkyfileRowAlloc(-64, -64, "a string", "a string", "a string", true);
     1251        object = diffInputSkyfileRowAlloc(-64, true, -64, -64, "a string", "a string", "a string");
    12521252        if (!object) {
    12531253            exit(EXIT_FAILURE);
     
    12641264            exit(EXIT_FAILURE);
    12651265        }
     1266        if (!psMetadataLookupBool(&status, md, "template") == true) {
     1267            psFree(md);
     1268            exit(EXIT_FAILURE);
     1269        }
     1270            psFree(md);
     1271            exit(EXIT_FAILURE);
     1272        }
    12661273            psFree(md);
    12671274            exit(EXIT_FAILURE);
     
    12761283        }
    12771284        if (strncmp(psMetadataLookupPtr(&status, md, "kind"), "a string", MAX_STRING_LENGTH)) {
    1278             psFree(md);
    1279             exit(EXIT_FAILURE);
    1280         }
    1281         if (!psMetadataLookupBool(&status, md, "template") == true) {
    12821285            psFree(md);
    12831286            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.