Changeset 9307 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 5, 2006, 12:04:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9301 r9307 1127 1127 bool status; 1128 1128 1129 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", -32, -32);1129 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32); 1130 1130 if (!object) { 1131 1131 exit(EXIT_FAILURE); … … 1180 1180 } 1181 1181 if (strncmp(psMetadataLookupPtr(&status, md, "b2_uri"), "a string", MAX_STRING_LENGTH)) { 1182 psFree(md); 1183 exit(EXIT_FAILURE); 1184 } 1185 if (!psMetadataLookupF32(&status, md, "zp_mean") == 32.32) { 1186 psFree(md); 1187 exit(EXIT_FAILURE); 1188 } 1189 if (!psMetadataLookupF32(&status, md, "zp_stdev") == 32.32) { 1182 1190 psFree(md); 1183 1191 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
