Changeset 8148 for branches/jhoblitt/ippdb/tests/alloc.c
- Timestamp:
- Aug 4, 2006, 1:04:56 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/alloc.c
r8103 r8148 1207 1207 detResidImfileAnalysisRow *object; 1208 1208 1209 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string" );1209 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", "a string" ); 1210 1210 1211 1211 if (!object) { … … 1230 1230 } 1231 1231 if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) { 1232 psFree(object); 1233 exit(EXIT_FAILURE); 1234 } 1235 if (strncmp(object->uri, "a string", MAX_STRING_LENGTH)) { 1236 psFree(object); 1237 exit(EXIT_FAILURE); 1238 } 1239 if (strncmp(object->b1_uri, "a string", MAX_STRING_LENGTH)) { 1240 psFree(object); 1241 exit(EXIT_FAILURE); 1242 } 1243 if (strncmp(object->b2_uri, "a string", MAX_STRING_LENGTH)) { 1232 1244 psFree(object); 1233 1245 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
