IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2007, 4:56:46 PM (19 years ago)
Author:
jhoblitt
Message:

add warpSkyfile.ignore

File:
1 edited

Legend:

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

    r15421 r15530  
    11781178        bool            status;
    11791179
    1180         object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, -16);
     1180        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, true, -16);
    11811181        if (!object) {
    11821182            exit(EXIT_FAILURE);
     
    12181218        }
    12191219        if (!psMetadataLookupF64(&status, md, "good_frac") == 64.64) {
     1220            psFree(md);
     1221            exit(EXIT_FAILURE);
     1222        }
     1223        if (!psMetadataLookupBool(&status, md, "ignore") == true) {
    12201224            psFree(md);
    12211225            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.