Changeset 7500 for branches/jhoblitt/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jun 9, 2006, 6:22:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/metadatafromobject.c
r7460 r7500 1059 1059 bool status; 1060 1060 1061 object = detRunRowAlloc("a string" );1061 object = detRunRowAlloc("a string", -32); 1062 1062 if (!object) { 1063 1063 exit(EXIT_FAILURE); … … 1072 1072 1073 1073 if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) { 1074 psFree(md); 1075 exit(EXIT_FAILURE); 1076 } 1077 if (!psMetadataLookupS32(&status, md, "iteration") == -32) { 1074 1078 psFree(md); 1075 1079 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
