Page MenuHomePhabricator

[Dashboard] mitkTbssNrrdImage Reader/Writer Test failed
Closed, ResolvedPublic

Description

http://cdash.mitk.org/viewTest.php?onlyfailed&buildid=147624

Check mbi022 (Michael B.) or mbi082 (Anja G.) to debug the problem

Event Timeline

On mbi082, the test is failing due to a timeout. This comes because the TestDriver is awaiting user interaction ( at least is does when the TestDriver is started from VisualStudio ). The message is:

" Run-Time Check failed : ( because of some unitialized variables) "

Initializing the variables fixes the problem. Bugfix will be merged asap.

[5e4f10]: Merge branch 'bug-12309-Failing_TbssIOTests'

Merged commits:

2012-06-27 15:13:06 Jan Hering [100e07]
Added missing variable initialization.

Setting all parsed variables (bool) to 'false'

Test no more failing on nightly clients. Issue solved. Closing bug.