Changeset 9423 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 9, 2006, 1:43:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9307 r9423 1208 1208 bool status; 1209 1209 1210 object = detRunRowAlloc(-32, "a string", "a string");1210 object = detRunRowAlloc(-32, -32, "a string", "a string"); 1211 1211 if (!object) { 1212 1212 exit(EXIT_FAILURE); … … 1220 1220 psFree(object); 1221 1221 1222 if (!psMetadataLookupS32(&status, md, "det_id") == -32) { 1223 psFree(md); 1224 exit(EXIT_FAILURE); 1225 } 1222 1226 if (!psMetadataLookupS32(&status, md, "iteration") == -32) { 1223 1227 psFree(md);
Note:
See TracChangeset
for help on using the changeset viewer.
