Changeset 10328 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Nov 30, 2006, 2:46:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r10238 r10328 85 85 bool status; 86 86 87 object = summitImfileRowAlloc("a string", "a string", "a string", -32, "a string", "a string", "a string", "a string");87 object = summitImfileRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string", "a string", "a string"); 88 88 if (!object) { 89 89 exit(EXIT_FAILURE); … … 106 106 } 107 107 if (strncmp(psMetadataLookupPtr(&status, md, "telescope"), "a string", MAX_STRING_LENGTH)) { 108 psFree(md); 109 exit(EXIT_FAILURE); 110 } 111 if (strncmp(psMetadataLookupPtr(&status, md, "file_id"), "a string", MAX_STRING_LENGTH)) { 108 112 psFree(md); 109 113 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
