Ticket #7126 (closed: duplicate)
ConvertInstrumentFile has no testing
Reported by: | Owen Arnold | Owned by: | Wenduo Zhou |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.0 |
Component: | Framework | Keywords: | Maintenance |
Cc: | petersonpf@… | Blocked By: | #6968 |
Blocking: | Tester: | Russell Taylor |
Description (last modified by Wenduo Zhou) (diff)
This algorithm is shipped with Mantid, but does not have a test harness. All algorithms shipped with Mantid should undergo frequent automated testing.
Create a Unit test, or a system test, or both, to cover the functionality of this algorithm.
Change History
comment:1 Changed 7 years ago by Stuart Campbell
- Cc petersonpf@… added
- Owner changed from Stuart Campbell to Wenduo Zhou
- Status changed from new to assigned
comment:8 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Release 3.0
Moved to R3.0 where this MUST BE COMLPETED
comment:11 Changed 7 years ago by Wenduo Zhou
- Status changed from new to verify
- Resolution set to duplicate
ConvertInstrumentFile is rewritten in C++ in ticket #6968. The C++ version will have its unit test implemented. And the Python version will be removed from Mantid. Therefore, there is no need to add a unit test for the Python algorithm. The ticket is thus resolved as 'duplicate'.
comment:12 Changed 7 years ago by Wenduo Zhou
- Blocking 7696 removed
(In #7696) Blocking ticket 7126 is deleted because 7126 is resolved as 'duplicate'.
comment:13 Changed 7 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:14 Changed 7 years ago by Russell Taylor
- Blocked By 6968 added
This can't be passed until #6968 is done.
comment:15 Changed 7 years ago by Russell Taylor
- Status changed from verifying to closed
ConvertInstrumentFile was removed in #7813.
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7972
Probably should have a more descriptive name as well.