Changeset 17570 for trunk/ippdb/tests/alloc.c
- Timestamp:
- May 7, 2008, 3:47:34 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r17144 r17570 36 36 summitExpRow *object; 37 37 38 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32 );38 object = summitExpRowAlloc("a string", "a string", "a string", "0001-01-01T00:00:00Z", "a string", "a string", -32, -16 ); 39 39 40 40 if (!object) { … … 66 66 } 67 67 if (!object->imfiles == -32) { 68 psFree(object); 69 exit(EXIT_FAILURE); 70 } 71 if (!object->fault == -16) { 68 72 psFree(object); 69 73 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
