Changeset 8319 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Aug 14, 2006, 11:56:03 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r8283 r8319 344 344 } 345 345 346 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64);346 object = rawImfileRowAlloc("a string", "a string", "a string", "a string", "a string", "a string", 32.32, 64.64, 64.64, 32.32, 64.64, 64.64, 64.64, 64.64, 64.64, 32.32, 64.64); 347 347 if (!object) { 348 348 exit(EXIT_FAILURE); … … 542 542 } 543 543 544 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string" );544 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64); 545 545 if (!object) { 546 546 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
