Changeset 11113 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Jan 16, 2007, 12:21:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r11077 r11113 498 498 } 499 499 500 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" );500 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 501 501 if (!object) { 502 502 exit(EXIT_FAILURE); … … 520 520 } 521 521 522 object = detProcessedExpRowAlloc(-32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" );522 object = detProcessedExpRowAlloc(-32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 523 523 if (!object) { 524 524 exit(EXIT_FAILURE); … … 542 542 } 543 543 544 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64 );544 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, -16); 545 545 if (!object) { 546 546 exit(EXIT_FAILURE); … … 564 564 } 565 565 566 object = detNormalizedStatImfileRowAlloc(-32, -32, "a string", 32.32 );566 object = detNormalizedStatImfileRowAlloc(-32, -32, "a string", 32.32, -16); 567 567 if (!object) { 568 568 exit(EXIT_FAILURE); … … 586 586 } 587 587 588 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" );588 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 589 589 if (!object) { 590 590 exit(EXIT_FAILURE); … … 608 608 } 609 609 610 object = detNormalizedExpRowAlloc(-32, -32, "a string", 64.64, 64.64, 64.64, "a string", "a string" );610 object = detNormalizedExpRowAlloc(-32, -32, "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 611 611 if (!object) { 612 612 exit(EXIT_FAILURE); … … 630 630 } 631 631 632 object = detResidImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string" );632 object = detResidImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", -16); 633 633 if (!object) { 634 634 exit(EXIT_FAILURE); … … 652 652 } 653 653 654 object = detResidExpRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", true );654 object = detResidExpRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string", true, -16); 655 655 if (!object) { 656 656 exit(EXIT_FAILURE); … … 674 674 } 675 675 676 object = detRunSummaryRowAlloc(-32, -32, 64.64, 64.64, 64.64, true );676 object = detRunSummaryRowAlloc(-32, -32, 64.64, 64.64, 64.64, true, -16); 677 677 if (!object) { 678 678 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
