Hello,
The following lines are present in
itkMultiResolutionImageRegistrationMethodTest.cxx:
  catch( itk::ExceptionObject& err ) \
    { \
    std::cout << "Caught expected ExceptionObject" << std::endl; \
    std::cout << err << std::endl; \
    pass = true; \
    } \
Why does the test pass if an exception was thrown?
-Brad