Changeset 11140 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jan 18, 2007, 2:23:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r11136 r11140 302 302 bool status; 303 303 304 object = newExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string",-32, "a string");304 object = newExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string"); 305 305 if (!object) { 306 306 exit(EXIT_FAILURE); … … 327 327 } 328 328 if (strncmp(psMetadataLookupPtr(&status, md, "telescope"), "a string", MAX_STRING_LENGTH)) { 329 psFree(md);330 exit(EXIT_FAILURE);331 }332 psFree(md);333 exit(EXIT_FAILURE);334 }335 if (strncmp(psMetadataLookupPtr(&status, md, "exp_type"), "a string", MAX_STRING_LENGTH)) {336 329 psFree(md); 337 330 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
