Ticket #9672 (closed: fixed)
AlgorithmHistoryTest checks versions of actual algorithms
Reported by: | Keith Brown | Owned by: | Samuel Jackson |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
AlgorithmHistoryTest does a version check on parent algorithms that are run in at least one of its tests.
This is awkward as it means the if someone creates a new version of an algorithm it uses and compares it'll break the test.
Change the test to use dummy algorithms if you must check versions, otherwise, remove version checks.
Change History
comment:1 Changed 6 years ago by Samuel Jackson
- Keywords Maintenance added
- type changed from enhancement to defect
- Milestone changed from Release 3.2 to Release 3.3
comment:3 Changed 6 years ago by Samuel Jackson
- Status changed from assigned to inprogress
Refs #9672 Change unit test to use dummy algorithm.
Changeset: 38c1e28326715eab1de2cb943c188ac37dd7d850
comment:4 Changed 6 years ago by Samuel Jackson
- Status changed from inprogress to verify
- Resolution set to fixed
To Test
Check the unit test is passing and do a code inspection. There should be no reference to an actual algorithm any more.
comment:5 Changed 6 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
comment:6 Changed 6 years ago by Martyn Gigg
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/bugfix/9672_alg_hist_unit_test_refactor'
Full changeset: 146202b53578864c58ab36f52cbba88c8207be43
Move this to the maintenance period.