Changeset 12260 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Mar 5, 2007, 5:42:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r12236 r12260 384 384 bool status; 385 385 386 object = rawExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", 32.32, -16);386 object = rawExpRowAlloc("a string", "a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", -32, "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", 32.32, -16); 387 387 if (!object) { 388 388 exit(EXIT_FAILURE); … … 423 423 exit(EXIT_FAILURE); 424 424 } 425 if (strncmp(psMetadataLookupPtr(&status, md, "filelevel"), "a string", MAX_STRING_LENGTH)) { 426 psFree(md); 427 exit(EXIT_FAILURE); 428 } 425 429 if (strncmp(psMetadataLookupPtr(&status, md, "workdir"), "a string", MAX_STRING_LENGTH)) { 426 430 psFree(md); … … 495 499 bool status; 496 500 497 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string",32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16);501 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64, "a string", "0001-01-01T00:00:00Z", -16); 498 502 if (!object) { 499 503 exit(EXIT_FAILURE); … … 508 512 509 513 if (strncmp(psMetadataLookupPtr(&status, md, "exp_tag"), "a string", MAX_STRING_LENGTH)) { 510 psFree(md);511 exit(EXIT_FAILURE);512 }513 if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {514 514 psFree(md); 515 515 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
