Make IC unit test work
GridView and MCMGMapper somehow do not survive the scope transition from Fixture to test. GDB indicates that the test case starts a new thread which might invalidate the GridView stored in the Richards parameterization instance. It has to be re-built inside every test!
Showing
Please register or sign in to comment