Changeset 9242 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Oct 4, 2006, 1:17:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r9229 r9242 682 682 exit(EXIT_FAILURE); 683 683 } 684 if (strncmp(psMetadataLookupPtr(&status, md, "ob stype"), "a string", MAX_STRING_LENGTH)) {684 if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) { 685 685 psFree(md); 686 686 exit(EXIT_FAILURE); … … 775 775 exit(EXIT_FAILURE); 776 776 } 777 if (strncmp(psMetadataLookupPtr(&status, md, "ob stype"), "a string", MAX_STRING_LENGTH)) {777 if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) { 778 778 psFree(md); 779 779 exit(EXIT_FAILURE); … … 868 868 exit(EXIT_FAILURE); 869 869 } 870 if (strncmp(psMetadataLookupPtr(&status, md, "ob stype"), "a string", MAX_STRING_LENGTH)) {870 if (strncmp(psMetadataLookupPtr(&status, md, "object"), "a string", MAX_STRING_LENGTH)) { 871 871 psFree(md); 872 872 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
