Changeset 9229 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 4, 2006, 12:26:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9213 r9229 1401 1401 bool status; 1402 1402 1403 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string");1403 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string"); 1404 1404 if (!object) { 1405 1405 exit(EXIT_FAILURE); … … 1426 1426 } 1427 1427 if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) { 1428 psFree(md); 1429 exit(EXIT_FAILURE); 1430 } 1431 if (!psMetadataLookupF64(&status, md, "bg") == 64.64) { 1432 psFree(md); 1433 exit(EXIT_FAILURE); 1434 } 1435 if (!psMetadataLookupF64(&status, md, "bg_stdev") == 64.64) { 1436 psFree(md); 1437 exit(EXIT_FAILURE); 1438 } 1439 if (!psMetadataLookupF64(&status, md, "bg_mean_stdev") == 64.64) { 1428 1440 psFree(md); 1429 1441 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
