[junit] CompositeEValidator - added operationCanceledManager to the copy method

This commit is contained in:
Sven Efftinge 2016-02-02 20:54:08 +01:00
parent ad3004f88f
commit 208bc7624e

View file

@ -215,6 +215,7 @@ public class CompositeEValidator implements EValidator {
CompositeEValidator result = new CompositeEValidator();
result.equalitySupportProvider = this.equalitySupportProvider;
result.useEObjectValidator = this.useEObjectValidator;
result.operationCanceledManager = this.operationCanceledManager;
if (this.contents != null) {
result.contents = Lists.newArrayList(this.contents);
this.contents = null;