Changeset 9970 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Nov 13, 2006, 5:15: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
r9788 r9970 13 13 bool status; 14 14 15 object = summitExpRowAlloc("a string", "a string", "a string", " a string", "a string");15 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string"); 16 16 if (!object) { 17 17 exit(EXIT_FAILURE); … … 34 34 } 35 35 if (strncmp(psMetadataLookupPtr(&status, md, "telescope"), "a string", MAX_STRING_LENGTH)) { 36 psFree(md); 37 exit(EXIT_FAILURE); 38 } 36 39 psFree(md); 37 40 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
