Changeset 9044 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Sep 28, 2006, 4:31:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r8665 r9044 974 974 detProcessedImfileRow *object; 975 975 976 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64 );976 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" ); 977 977 978 978 if (!object) { … … 1009 1009 } 1010 1010 if (!object->bg_mean_stdev == 64.64) { 1011 psFree(object); 1012 exit(EXIT_FAILURE); 1013 } 1014 if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) { 1015 psFree(object); 1016 exit(EXIT_FAILURE); 1017 } 1018 if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) { 1011 1019 psFree(object); 1012 1020 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
