Changeset 11005 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jan 9, 2007, 4:00:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r10989 r11005 714 714 bool status; 715 715 716 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string" );716 object = p2PendingExpRowAlloc("a string", "a string", -32, -32, "a string", -16); 717 717 if (!object) { 718 718 exit(EXIT_FAILURE); … … 746 746 exit(EXIT_FAILURE); 747 747 } 748 psFree(md); 749 exit(EXIT_FAILURE); 750 } 748 751 749 752 psFree(md); … … 755 758 bool status; 756 759 757 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32 );760 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32, -16); 758 761 if (!object) { 759 762 exit(EXIT_FAILURE); … … 788 791 } 789 792 if (!psMetadataLookupS32(&status, md, "p2_version") == -32) { 793 psFree(md); 794 exit(EXIT_FAILURE); 795 } 790 796 psFree(md); 791 797 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
