Changeset 12426 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Mar 12, 2007, 5:52:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r12350 r12426 856 856 detRunRow *object; 857 857 858 object = detRunRowAlloc(-64, -32, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 32.32, 32.32, 32.32, 64.64, 64.64, "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", 32.32, 32.32, "a string", -32 );858 object = detRunRowAlloc(-64, -32, "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", "a string", 32.32, 32.32, 32.32, 32.32, 32.32, 32.32, 64.64, 64.64, "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", "0001-01-01T00:00:00Z", 32.32, 32.32, "a string", -32 ); 859 859 860 860 if (!object) { … … 879 879 } 880 880 if (strncmp(object->state, "a string", MAX_STRING_LENGTH)) { 881 psFree(object); 882 exit(EXIT_FAILURE); 883 } 884 if (strncmp(object->filelevel, "a string", MAX_STRING_LENGTH)) { 881 885 psFree(object); 882 886 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
