Changeset 8148 for branches/jhoblitt/ippdb/tests/metadatafromobject.c
- Timestamp:
- Aug 4, 2006, 1:04:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/metadatafromobject.c
r8103 r8148 1442 1442 bool status; 1443 1443 1444 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string" );1444 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", "a string"); 1445 1445 if (!object) { 1446 1446 exit(EXIT_FAILURE); … … 1471 1471 } 1472 1472 if (strncmp(psMetadataLookupPtr(&status, md, "recipe"), "a string", MAX_STRING_LENGTH)) { 1473 psFree(md); 1474 exit(EXIT_FAILURE); 1475 } 1476 if (strncmp(psMetadataLookupPtr(&status, md, "uri"), "a string", MAX_STRING_LENGTH)) { 1477 psFree(md); 1478 exit(EXIT_FAILURE); 1479 } 1480 if (strncmp(psMetadataLookupPtr(&status, md, "b1_uri"), "a string", MAX_STRING_LENGTH)) { 1481 psFree(md); 1482 exit(EXIT_FAILURE); 1483 } 1484 if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) { 1473 1485 psFree(md); 1474 1486 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
