Changeset 9213 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 4, 2006, 11:22:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9187 r9213 1401 1401 bool status; 1402 1402 1403 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string" );1403 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "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 (strncmp(psMetadataLookupPtr(&status, md, "b1_uri"), "a string", MAX_STRING_LENGTH)) { 1432 psFree(md); 1433 exit(EXIT_FAILURE); 1434 } 1435 if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) { 1428 1436 psFree(md); 1429 1437 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
