Ticket #5362 (closed: fixed)
SliceViewerMantidPlotTest failure
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Vickie Lynch |
Change History
comment:3 Changed 8 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
- Description modified (diff)
Note to testers: SliceViewerMantidPlotTest should now not fail on any machines.
comment:4 Changed 8 years ago by Janik Zikovsky
Refs #5362 fix error in destructor for IMDIterator
that had been accidentally hidden by a non-virtual destructor. The MDImplicitFunction was being shared by several objects and deleted several times.
Changeset: 7a7747ba5854de56f47ea96210b3b301e5c3eacc
comment:5 Changed 8 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch
Note: See
TracTickets for help on using
tickets.
Refs #5362 fix error in destructor for IMDIterator
that had been accidentally hidden by a non-virtual destructor. The MDImplicitFunction was being shared by several objects and deleted several times.