Changeset 8006 for branches/jhoblitt/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jul 31, 2006, 11:44:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/metadatafromobject.c
r7500 r8006 1059 1059 bool status; 1060 1060 1061 object = detRunRowAlloc( "a string", -32);1061 object = detRunRowAlloc(-32, "a string"); 1062 1062 if (!object) { 1063 1063 exit(EXIT_FAILURE); … … 1071 1071 psFree(object); 1072 1072 1073 if (!psMetadataLookupS32(&status, md, "iteration") == -32) { 1074 psFree(md); 1075 exit(EXIT_FAILURE); 1076 } 1073 1077 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) {1078 1078 psFree(md); 1079 1079 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
