IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 5:42:40 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.16

File:
1 edited

Legend:

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

    r12236 r12260  
    311311        rawExpRow       *object;
    312312
    313         object = rawExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", 32.32, -16    );
     313        object = rawExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", 32.32, -16    );
    314314
    315315        if (!object) {
     
    344344            exit(EXIT_FAILURE);
    345345        }
     346        if (strncmp(object->filelevel, "a string", MAX_STRING_LENGTH)) {
     347            psFree(object);
     348            exit(EXIT_FAILURE);
     349        }
    346350        if (strncmp(object->workdir, "a string", MAX_STRING_LENGTH)) {
    347351            psFree(object);
     
    415419        rawImfileRow    *object;
    416420
    417         object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16    );
     421        object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16    );
    418422
    419423        if (!object) {
     
    422426
    423427        if (strncmp(object->exp_tag, "a string", MAX_STRING_LENGTH)) {
    424             psFree(object);
    425             exit(EXIT_FAILURE);
    426         }
    427         if (strncmp(object->class, "a string", MAX_STRING_LENGTH)) {
    428428            psFree(object);
    429429            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.