Changeset 11030 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jan 11, 2007, 11:59:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r11027 r11030 714 714 bool status; 715 715 716 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" , -16);716 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string"); 717 717 if (!object) { 718 718 exit(EXIT_FAILURE); … … 746 746 exit(EXIT_FAILURE); 747 747 } 748 psFree(md);749 exit(EXIT_FAILURE);750 }751 748 752 749 psFree(md); … … 758 755 bool status; 759 756 760 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 , -16);757 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32); 761 758 if (!object) { 762 759 exit(EXIT_FAILURE); … … 794 791 exit(EXIT_FAILURE); 795 792 } 796 psFree(md);797 exit(EXIT_FAILURE);798 }799 793 800 794 psFree(md); … … 868 862 bool status; 869 863 870 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32 );864 object = p2ProcessedImfileRowAlloc("a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -32, -32, -16); 871 865 if (!object) { 872 866 exit(EXIT_FAILURE); … … 921 915 } 922 916 if (!psMetadataLookupS32(&status, md, "p2_version") == -32) { 917 psFree(md); 918 exit(EXIT_FAILURE); 919 } 923 920 psFree(md); 924 921 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
