Page MenuHomePhabricator

Removed mitkImageTest_4DImageData
Closed, ResolvedPublic

Description

The Test mitkImageTest_4DImageData is out commented for the test uses test image specific data from the 3D test image (i.e. certain pixel values). This issue should be reworked in the refacoring of mitkImage.

Event Timeline

ImageTest revision

Ok, it's a simple change.

In this part:

http://bugs.mitk.org/attachment.cgi?id=1189&action=diff#a/Core/Code/Testing/mitkImageTest.cpp_sec4

you removed longer comments with test ideas. Could you please file a bug to implement these test cases?

It seems to me that all the removed parts depent somehow on the deprecated ipPic stuff, therefor the test cases for methods like SetPicVolume() or SetPicSlice were removed.
What other test cases do you have in mind?

[42a030]: Merge branch 'bug-8924-ImageTest4DData'

Merged commits:

2012-02-22 16:19:08 Sven Mersmann [2a3ead]
Changed some test cases to use the new testing macro structure


2012-02-09 08:43:08 Sven Mersmann [3f8076]
changed some hard coded test cases to work generic

[4cbdff]: Merge branch 'bug-8924-ImageTest4DData'

Merged commits:

2012-03-21 14:47:08 Sven Mersmann [2a4910]
COMP: remove image test case with color image

Image test works again, everything is pushed.