Changeset 8094 for branches/jhoblitt/ippdb/tests/insertobject.c
- Timestamp:
- Aug 2, 2006, 4:55:32 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/insertobject.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/insertobject.c
r8089 r8094 410 410 } 411 411 412 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", "a string",-32, -32);412 object = p2PendingImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32); 413 413 if (!object) { 414 414 exit(EXIT_FAILURE); … … 454 454 } 455 455 456 object = p2DoneImfileRowAlloc("a string", "a string", "a string", "a string", "a string",-32, -32);456 object = p2DoneImfileRowAlloc("a string", "a string", "a string", "a string", -32, -32); 457 457 if (!object) { 458 458 exit(EXIT_FAILURE); … … 542 542 } 543 543 544 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string" , "a string");544 object = detProcessedImfileRowAlloc(-32, "a string", "a string", "a string", "a string"); 545 545 if (!object) { 546 546 exit(EXIT_FAILURE); … … 564 564 } 565 565 566 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string" , "a string");566 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string"); 567 567 if (!object) { 568 568 exit(EXIT_FAILURE); … … 586 586 } 587 587 588 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string" , "a string");588 object = detNormalizedImfileRowAlloc(-32, -32, "a string", "a string", "a string"); 589 589 if (!object) { 590 590 exit(EXIT_FAILURE); … … 630 630 } 631 631 632 object = detMasterImfileRowAlloc(-32, "a string", "a string", "a string" , "a string");632 object = detMasterImfileRowAlloc(-32, "a string", "a string", "a string"); 633 633 if (!object) { 634 634 exit(EXIT_FAILURE); … … 652 652 } 653 653 654 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string" , "a string");654 object = detResidImfileAnalysisRowAlloc(-32, -32, "a string", "a string", "a string"); 655 655 if (!object) { 656 656 exit(EXIT_FAILURE); … … 674 674 } 675 675 676 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", "a string",true);676 object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true); 677 677 if (!object) { 678 678 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
