Changeset 15530 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Nov 8, 2007, 4:56:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r15421 r15530 1178 1178 bool status; 1179 1179 1180 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, -16);1180 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, true, -16); 1181 1181 if (!object) { 1182 1182 exit(EXIT_FAILURE); … … 1218 1218 } 1219 1219 if (!psMetadataLookupF64(&status, md, "good_frac") == 64.64) { 1220 psFree(md); 1221 exit(EXIT_FAILURE); 1222 } 1223 if (!psMetadataLookupBool(&status, md, "ignore") == true) { 1220 1224 psFree(md); 1221 1225 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
