IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 4:31:14 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.37

File:
1 edited

Legend:

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

    r8665 r9044  
    974974        detProcessedImfileRow *object;
    975975
    976         object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64    );
     976        object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string"    );
    977977
    978978        if (!object) {
     
    10091009        }
    10101010        if (!object->bg_mean_stdev == 64.64) {
     1011            psFree(object);
     1012            exit(EXIT_FAILURE);
     1013        }
     1014        if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) {
     1015            psFree(object);
     1016            exit(EXIT_FAILURE);
     1017        }
     1018        if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) {
    10111019            psFree(object);
    10121020            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.