1. mitkImageTest refers to a file with fixed path
1.1. Actual behavior
In mitkImageTest, the fixed path "C:/MITK-QT4/mitk_source3m/mitk/Core/Code/Testing/Data/brain.mhd" is specified to load brain.mhd.
1.2. Expected behavior
The path should be extracted from StandardFileLocations
2. Cause of the bug
Local testing ?
3. Proposed solution
Extract the path via StandardFileLocations::FindFile
4. Affected classes
mitkImageTest.cpp
5. How will the bugfix get tested?
The bugfix is inside a test and will be tested automatically from the DartClients
