Changeset 11077 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Jan 12, 2007, 12:25:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r11045 r11077 834 834 bool status; 835 835 836 object = p3PendingExpRowAlloc("a string", -32, -32, "a string" , -16);836 object = p3PendingExpRowAlloc("a string", -32, -32, "a string"); 837 837 if (!object) { 838 838 exit(EXIT_FAILURE); … … 862 862 exit(EXIT_FAILURE); 863 863 } 864 psFree(md);865 exit(EXIT_FAILURE);866 }867 864 868 865 psFree(md); … … 874 871 bool status; 875 872 876 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string" );873 object = p3ProcessedExpRowAlloc("a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string", 32.32, 32.32, -32, -32, "a string", -16); 877 874 if (!object) { 878 875 exit(EXIT_FAILURE); … … 947 944 } 948 945 if (strncmp(psMetadataLookupPtr(&status, md, "label"), "a string", MAX_STRING_LENGTH)) { 946 psFree(md); 947 exit(EXIT_FAILURE); 948 } 949 949 psFree(md); 950 950 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
