IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 12:04:18 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.48

File:
1 edited

Legend:

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

    r9301 r9307  
    949949        p3ProcessedExpRow *object;
    950950
    951         object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", -32, -32    );
     951        object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32    );
    952952
    953953        if (!object) {
     
    996996        }
    997997        if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) {
     998            psFree(object);
     999            exit(EXIT_FAILURE);
     1000        }
     1001        if (!object->zp_mean == 32.32) {
     1002            psFree(object);
     1003            exit(EXIT_FAILURE);
     1004        }
     1005        if (!object->zp_stdev == 32.32) {
    9981006            psFree(object);
    9991007            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.