Changeset 8089 for branches/jhoblitt/ippdb/tests/metadatafromobject.c
- Timestamp:
- Aug 2, 2006, 4:40:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/metadatafromobject.c
r8084 r8089 590 590 bool status; 591 591 592 object = rawDetrendExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string",32.32, 64.64, 64.64, 32.32, 64.64);592 object = rawDetrendExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64); 593 593 if (!object) { 594 594 exit(EXIT_FAILURE); … … 626 626 exit(EXIT_FAILURE); 627 627 } 628 if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {629 psFree(md);630 exit(EXIT_FAILURE);631 }632 628 if (!psMetadataLookupF32(&status, md, "airmass") == 32.32) { 633 629 psFree(md); … … 659 655 bool status; 660 656 661 object = rawScienceExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", "a string",32.32, 64.64, 64.64, 32.32, 64.64);657 object = rawScienceExpRowAlloc("a string", "a string", "a string", "a string", -32, "a string", 32.32, 64.64, 64.64, 32.32, 64.64); 662 658 if (!object) { 663 659 exit(EXIT_FAILURE); … … 692 688 } 693 689 if (strncmp(psMetadataLookupPtr(&status, md, "filter"), "a string", MAX_STRING_LENGTH)) { 694 psFree(md);695 exit(EXIT_FAILURE);696 }697 if (strncmp(psMetadataLookupPtr(&status, md, "class"), "a string", MAX_STRING_LENGTH)) {698 690 psFree(md); 699 691 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
