Changeset 8266 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Aug 9, 2006, 7:18:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r8228 r8266 1543 1543 bool status; 1544 1544 1545 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true );1545 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true, true); 1546 1546 if (!object) { 1547 1547 exit(EXIT_FAILURE); … … 1568 1568 } 1569 1569 if (strncmp(psMetadataLookupPtr(&status, md, "recipe"), "a string", MAX_STRING_LENGTH)) { 1570 psFree(md); 1571 exit(EXIT_FAILURE); 1572 } 1573 if (!psMetadataLookupBool(&status, md, "keep") == true) { 1570 1574 psFree(md); 1571 1575 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
