Changeset 17570 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- May 7, 2008, 3:47:34 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r17144 r17570 46 46 bool status; 47 47 48 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32 );48 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32, -16); 49 49 if (!object) { 50 50 exit(EXIT_FAILURE); … … 82 82 } 83 83 if (!psMetadataLookupS32(&status, md, "imfiles") == -32) { 84 psFree(md); 85 exit(EXIT_FAILURE); 86 } 84 87 psFree(md); 85 88 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
