Changeset 13937 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r13739 r13937 708 708 exit(EXIT_FAILURE); 709 709 } 710 if (strncmp(psMetadataLookupPtr(&status, md, "re cipe"), "a string", MAX_STRING_LENGTH)) {710 if (strncmp(psMetadataLookupPtr(&status, md, "reduction"), "a string", MAX_STRING_LENGTH)) { 711 711 psFree(md); 712 712 exit(EXIT_FAILURE); … … 791 791 exit(EXIT_FAILURE); 792 792 } 793 if (strncmp(psMetadataLookupPtr(&status, md, "re cipe"), "a string", MAX_STRING_LENGTH)) {793 if (strncmp(psMetadataLookupPtr(&status, md, "reduction"), "a string", MAX_STRING_LENGTH)) { 794 794 psFree(md); 795 795 exit(EXIT_FAILURE); … … 974 974 exit(EXIT_FAILURE); 975 975 } 976 if (strncmp(psMetadataLookupPtr(&status, md, "re cipe"), "a string", MAX_STRING_LENGTH)) {976 if (strncmp(psMetadataLookupPtr(&status, md, "reduction"), "a string", MAX_STRING_LENGTH)) { 977 977 psFree(md); 978 978 exit(EXIT_FAILURE); … … 1021 1021 exit(EXIT_FAILURE); 1022 1022 } 1023 if (strncmp(psMetadataLookupPtr(&status, md, "re cipe"), "a string", MAX_STRING_LENGTH)) {1023 if (strncmp(psMetadataLookupPtr(&status, md, "reduction"), "a string", MAX_STRING_LENGTH)) { 1024 1024 psFree(md); 1025 1025 exit(EXIT_FAILURE); … … 1538 1538 bool status; 1539 1539 1540 object = detRunRowAlloc(-64, -32, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 32.32, 32.32, 32.32, 64.64, 64.64, "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", 32.32, 32.32, "a string", -32);1540 object = detRunRowAlloc(-64, -32, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 32.32, 32.32, 32.32, 64.64, 64.64, "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", 32.32, 32.32, "a string", -32); 1541 1541 if (!object) { 1542 1542 exit(EXIT_FAILURE); … … 1586 1586 } 1587 1587 if (strncmp(psMetadataLookupPtr(&status, md, "exp_type"), "a string", MAX_STRING_LENGTH)) { 1588 psFree(md); 1589 exit(EXIT_FAILURE); 1590 } 1591 if (strncmp(psMetadataLookupPtr(&status, md, "reduction"), "a string", MAX_STRING_LENGTH)) { 1588 1592 psFree(md); 1589 1593 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
