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/alloc.c

    r8084 r8089  
    483483        rawDetrendExpRow *object;
    484484
    485         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    );
     485        object = rawDetrendExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64    );
    486486
    487487        if (!object) {
     
    513513            exit(EXIT_FAILURE);
    514514        }
    515         if (strncmp(object->class, "a string", MAX_STRING_LENGTH)) {
    516             psFree(object);
    517             exit(EXIT_FAILURE);
    518         }
    519515        if (!object->airmass == 32.32) {
    520516            psFree(object);
     
    544540        rawScienceExpRow *object;
    545541
    546         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    );
     542        object = rawScienceExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64    );
    547543
    548544        if (!object) {
     
    571567        }
    572568        if (strncmp(object->filter, "a string", MAX_STRING_LENGTH)) {
    573             psFree(object);
    574             exit(EXIT_FAILURE);
    575         }
    576         if (strncmp(object->class, "a string", MAX_STRING_LENGTH)) {
    577569            psFree(object);
    578570            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.