Changeset 13937 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r13739 r13937 610 610 exit(EXIT_FAILURE); 611 611 } 612 if (strncmp(object->re cipe, "a string", MAX_STRING_LENGTH)) {612 if (strncmp(object->reduction, "a string", MAX_STRING_LENGTH)) { 613 613 psFree(object); 614 614 exit(EXIT_FAILURE); … … 680 680 exit(EXIT_FAILURE); 681 681 } 682 if (strncmp(object->re cipe, "a string", MAX_STRING_LENGTH)) {682 if (strncmp(object->reduction, "a string", MAX_STRING_LENGTH)) { 683 683 psFree(object); 684 684 exit(EXIT_FAILURE); … … 843 843 exit(EXIT_FAILURE); 844 844 } 845 if (strncmp(object->re cipe, "a string", MAX_STRING_LENGTH)) {845 if (strncmp(object->reduction, "a string", MAX_STRING_LENGTH)) { 846 846 psFree(object); 847 847 exit(EXIT_FAILURE); … … 884 884 exit(EXIT_FAILURE); 885 885 } 886 if (strncmp(object->re cipe, "a string", MAX_STRING_LENGTH)) {886 if (strncmp(object->reduction, "a string", MAX_STRING_LENGTH)) { 887 887 psFree(object); 888 888 exit(EXIT_FAILURE); … … 1327 1327 detRunRow *object; 1328 1328 1329 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 );1329 object = detRunRowAlloc(-64, -32, "a string", "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 ); 1330 1330 1331 1331 if (!object) { … … 1370 1370 } 1371 1371 if (strncmp(object->exp_type, "a string", MAX_STRING_LENGTH)) { 1372 psFree(object); 1373 exit(EXIT_FAILURE); 1374 } 1375 if (strncmp(object->reduction, "a string", MAX_STRING_LENGTH)) { 1372 1376 psFree(object); 1373 1377 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
