IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 1:43:03 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.49

File:
1 edited

Legend:

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

    r9307 r9423  
    10221022        detRunRow       *object;
    10231023
    1024         object = detRunRowAlloc(-32, "a string", "a string"    );
    1025 
    1026         if (!object) {
    1027             exit(EXIT_FAILURE);
    1028         }
    1029 
     1024        object = detRunRowAlloc(-32, -32, "a string", "a string"    );
     1025
     1026        if (!object) {
     1027            exit(EXIT_FAILURE);
     1028        }
     1029
     1030        if (!object->det_id == -32) {
     1031            psFree(object);
     1032            exit(EXIT_FAILURE);
     1033        }
    10301034        if (!object->iteration == -32) {
    10311035            psFree(object);
Note: See TracChangeset for help on using the changeset viewer.