Changeset 9173 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 3, 2006, 4:59:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9149 r9173 1115 1115 bool status; 1116 1116 1117 object = detRunRowAlloc(-32, "a string" );1117 object = detRunRowAlloc(-32, "a string", "a string"); 1118 1118 if (!object) { 1119 1119 exit(EXIT_FAILURE); … … 1132 1132 } 1133 1133 if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) { 1134 psFree(md); 1135 exit(EXIT_FAILURE); 1136 } 1137 if (strncmp(psMetadataLookupPtr(&status, md, "state"), "a string", MAX_STRING_LENGTH)) { 1134 1138 psFree(md); 1135 1139 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
