Ticket #2221 (closed: fixed)
Eliminate data loading in constructors from Algorithm tests
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Change History
comment:3 Changed 10 years ago by Russell Taylor
- Summary changed from Eliminate data loading and constructor from CalculateTransmissionTest to Eliminate data loading in constructors from Algorithm tests
comment:10 Changed 10 years ago by Russell Taylor
comment:11 Changed 10 years ago by Russell Taylor
- Status changed from accepted to verify
- Resolution set to fixed
All Algorithms test have now had the data loading removed from their constructors, or the required code has been added to make the constructors only be called immediately before the suite is run.
There are also no remaining instances of the setUp method being used in this package.
Overall, there is plenty of data loading going on, which should be eliminated in due course.
comment:12 Changed 10 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:13 Changed 10 years ago by Owen Arnold
- Status changed from verifying to closed
Data loading does not occur in default constructor unless constructor is called by static constructional method. All algorithms checked.
comment:14 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3068
Note: See
TracTickets for help on using
tickets.