Changeset 10152 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Nov 22, 2006, 3:42:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r10110 r10152 1064 1064 bool status; 1065 1065 1066 object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z");1066 object = detRunRowAlloc(-32, -32, "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z"); 1067 1067 if (!object) { 1068 1068 exit(EXIT_FAILURE); … … 1085 1085 } 1086 1086 if (strncmp(psMetadataLookupPtr(&status, md, "det_type"), "a string", MAX_STRING_LENGTH)) { 1087 psFree(md); 1088 exit(EXIT_FAILURE); 1089 } 1090 if (strncmp(psMetadataLookupPtr(&status, md, "det_mode"), "a string", MAX_STRING_LENGTH)) { 1087 1091 psFree(md); 1088 1092 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
