Changeset 9307 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 5, 2006, 12:04:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9301 r9307 949 949 p3ProcessedExpRow *object; 950 950 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 ); 952 952 953 953 if (!object) { … … 996 996 } 997 997 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) { 998 1006 psFree(object); 999 1007 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
