Ticket #7296 (closed: fixed)
Clean up unused unit test
Reported by: | Mathieu Doucet | Owned by: | Dennis Mikkelson |
---|---|---|---|
Priority: | major | Milestone: | Release 2.6 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Mathieu Doucet |
Description
To follow up on #6432, the old unit tests in the mantid repo should be removed. The unused unit test code is still there and the test is only commented out in CMakeList.txt.
Change History
comment:2 Changed 7 years ago by Dennis Mikkelson
RE 7296_Clean_up_unused_unit_test
Removed unit test IntegrateEllipsoidsTest.h, which was not allowed since it required a data file that was too large. This was converted to a system test under ticket 6432.
refs #7296
Changeset: 4c0fae84fba370566acadd9f6be81cdc0a937a58
comment:3 Changed 7 years ago by Dennis Mikkelson
- Status changed from accepted to verify
- Resolution set to fixed
Note to tester:
The branch name is: feature/7296_Clean_up_unused_unit_test
Not much to test, just verify that the file Code/Mantid/Framework/MDEvents/test/IntegrateEllipsoidsTest.h is not there and that the CMakeLists.txt file no longer has a reference to that test, commented out.