IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2006, 1:04:56 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.13

File:
1 edited

Legend:

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

    r8103 r8148  
    12071207        detResidImfileAnalysisRow *object;
    12081208
    1209         object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string"    );
     1209        object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", "a string"    );
    12101210
    12111211        if (!object) {
     
    12301230        }
    12311231        if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) {
     1232            psFree(object);
     1233            exit(EXIT_FAILURE);
     1234        }
     1235        if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) {
     1236            psFree(object);
     1237            exit(EXIT_FAILURE);
     1238        }
     1239        if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) {
     1240            psFree(object);
     1241            exit(EXIT_FAILURE);
     1242        }
     1243        if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) {
    12321244            psFree(object);
    12331245            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.