Changeset 9044 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Sep 28, 2006, 4:31:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r8665 r9044 1169 1169 bool status; 1170 1170 1171 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64 );1171 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string"); 1172 1172 if (!object) { 1173 1173 exit(EXIT_FAILURE); … … 1210 1210 } 1211 1211 if (!psMetadataLookupF64(&status, md, "bg_mean_stdev") == 64.64) { 1212 psFree(md); 1213 exit(EXIT_FAILURE); 1214 } 1215 if (strncmp(psMetadataLookupPtr(&status, md, "b1_uri"), "a string", MAX_STRING_LENGTH)) { 1216 psFree(md); 1217 exit(EXIT_FAILURE); 1218 } 1219 if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) { 1212 1220 psFree(md); 1213 1221 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
