Changeset 12350 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Mar 8, 2007, 3:17:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r12260 r12350 499 499 bool status; 500 500 501 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16);501 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16); 502 502 if (!object) { 503 503 exit(EXIT_FAILURE); … … 524 524 } 525 525 if (strncmp(psMetadataLookupPtr(&status, md, "exp_type"), "a string", MAX_STRING_LENGTH)) { 526 psFree(md); 527 exit(EXIT_FAILURE); 528 } 529 if (strncmp(psMetadataLookupPtr(&status, md, "filelevel"), "a string", MAX_STRING_LENGTH)) { 526 530 psFree(md); 527 531 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
