IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 6:22:07 PM (20 years ago)
Author:
jhoblitt
Message:

rel-0_0_02

File:
1 edited

Legend:

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

    r7460 r7500  
    880880        detRunRow       *object;
    881881
    882         object = detRunRowAlloc("a string"    );
     882        object = detRunRowAlloc("a string", -32    );
    883883
    884884        if (!object) {
     
    887887
    888888        if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) {
     889            psFree(object);
     890            exit(EXIT_FAILURE);
     891        }
     892        if (!object->iteration == -32) {
    889893            psFree(object);
    890894            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.