Changeset 13739 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jun 8, 2007, 5:40:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r13649 r13739 520 520 } 521 521 522 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", 64.64, 64.64);522 object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64); 523 523 if (!object) { 524 524 exit(EXIT_FAILURE); … … 586 586 } 587 587 588 object = diffSkyfileRowAlloc(-64, "a string", 64.64, 64.64);588 object = diffSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64); 589 589 if (!object) { 590 590 exit(EXIT_FAILURE); … … 652 652 } 653 653 654 object = stackSumSkyfileRowAlloc(-64, "a string", 64.64, 64.64);654 object = stackSumSkyfileRowAlloc(-64, "a string", "a string", 64.64, 64.64); 655 655 if (!object) { 656 656 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
