IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2006, 4:40:35 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.9

File:
1 edited

Legend:

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

    r8084 r8089  
    590590        bool            status;
    591591
    592         object = rawDetrendExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64);
     592        object = rawDetrendExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64);
    593593        if (!object) {
    594594            exit(EXIT_FAILURE);
     
    626626            exit(EXIT_FAILURE);
    627627        }
    628         if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {
    629             psFree(md);
    630             exit(EXIT_FAILURE);
    631         }
    632628        if (!psMetadataLookupF32(&status, md, "airmass") == 32.32) {
    633629            psFree(md);
     
    659655        bool            status;
    660656
    661         object = rawScienceExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64);
     657        object = rawScienceExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64);
    662658        if (!object) {
    663659            exit(EXIT_FAILURE);
     
    692688        }
    693689        if (strncmp(psMetadataLookupPtr(&status, md, "filter"), "a string", MAX_STRING_LENGTH)) {
    694             psFree(md);
    695             exit(EXIT_FAILURE);
    696         }
    697         if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {
    698690            psFree(md);
    699691            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.