Changeset 9229 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Oct 4, 2006, 12:26:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r9213 r9229 1175 1175 detNormalizedImfileRow *object; 1176 1176 1177 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string" );1177 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" ); 1178 1178 1179 1179 if (!object) { … … 1194 1194 } 1195 1195 if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) { 1196 psFree(object); 1197 exit(EXIT_FAILURE); 1198 } 1199 if (!object->bg == 64.64) { 1200 psFree(object); 1201 exit(EXIT_FAILURE); 1202 } 1203 if (!object->bg_stdev == 64.64) { 1204 psFree(object); 1205 exit(EXIT_FAILURE); 1206 } 1207 if (!object->bg_mean_stdev == 64.64) { 1196 1208 psFree(object); 1197 1209 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
