* @param action the action to perform
* @throws CoreException
*/
protected void inferSourceModelFile(IFile targetModel, ProgressEnabledAction<IFile> action) throws CoreException {
action.setErrorHandler(new IErrorLogger() {
/**
* Since we are in a test case, we want to get
* errors immediately.
*/