Page MenuHomePhabricator

consistent updating of MTime() when updating MTime of class objects
Closed, ResolvedPublic

Description

Stumbled over the TestRecomputeOnModifiedMask function in ImageStatisticsCalculatorTest
If one manipulates the input image (class object mitk::Image::Pointer m_internalMaskImage) of the ImageMaskGenerator, the MTime of ImageMaskGenerator is not changed.
Is this a desired behavior?
If not, Modified() has to be triggered manually every time if a class object is modified.

Event Timeline

hentsch triaged this task as Normal priority.Nov 7 2018, 3:24 PM
hentsch created this task.
floca raised the priority of this task from Normal to Needs Triage.Mar 14 2019, 3:19 PM
floca moved this task from Backlog to MITK Meeting on the Request for Discussion board.
kislinsk triaged this task as Normal priority.Mar 15 2019, 11:18 AM

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs

floca changed the task status from Wontfix to Resolved.Feb 26 2024, 6:18 PM
floca added a subscriber: floca.

Will be fixed in conjunction with T26350