Changeset 12061 for trunk/ippdb/tests/insertobject.c
- Timestamp:
- Feb 26, 2007, 1:56:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/insertobject.c (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/insertobject.c
r12026 r12061 366 366 } 367 367 368 object = chipProcessedImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", "a string",-16);368 object = chipProcessedImfileRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, "a string", -16); 369 369 if (!object) { 370 370 exit(EXIT_FAILURE); … … 410 410 } 411 411 412 object = camProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", "a string",32.32, 32.32, -16, "a string", "a string");412 object = camProcessedExpRowAlloc("a string", -32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, 32.32, 32.32, -32, "a string", 32.32, 32.32, -16, "a string", "a string"); 413 413 if (!object) { 414 414 exit(EXIT_FAILURE); … … 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",-16);500 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "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",-16);522 object = detProcessedExpRowAlloc(-32, "a string", "a string", 64.64, 64.64, 64.64, "a string", -16); 523 523 if (!object) { 524 524 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",-16);588 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "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",-16);610 object = detNormalizedExpRowAlloc(-32, -32, "a string", 64.64, 64.64, 64.64, "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",-16);632 object = detResidImfileRowAlloc(-32, -32, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, "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, -16);654 object = detResidExpRowAlloc(-32, -32, "a string", "a string", 64.64, 64.64, 64.64, "a string", true, -16); 655 655 if (!object) { 656 656 exit(EXIT_FAILURE); … … 740 740 } 741 741 742 object = warpSkyCellMapRowAlloc(-32, "a string", "a string", "a string", -32, "a string" );742 object = warpSkyCellMapRowAlloc(-32, "a string", "a string", "a string", -32, "a string", -16); 743 743 if (!object) { 744 744 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
