Changeset 7500 for branches/jhoblitt/ippdb/tests/objectfrommetadata.c
- Timestamp:
- Jun 9, 2006, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/objectfrommetadata.c
r7460 r7500 1581 1581 exit(EXIT_FAILURE); 1582 1582 } 1583 if (!psMetadataAddS32(md, PS_LIST_TAIL, "iteration", 0, NULL, -32)) { 1584 psFree(md); 1585 exit(EXIT_FAILURE); 1586 } 1583 1587 1584 1588 object = detRunObjectFromMetadata(md); … … 1591 1595 1592 1596 if (strncmp(object->det_type, "a string", MAX_STRING_LENGTH)) { 1597 psFree(object); 1598 exit(EXIT_FAILURE); 1599 } 1600 if (!object->iteration == -32) { 1593 1601 psFree(object); 1594 1602 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
