getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testOnlyOneParentPutOnParentAndChildUpdate(NEW_PM_START_END);
}
private void testOnlyOneParentPutOnParentAndChildUpdate(StartEnd startEnd) throws Throwable {
testOnlyOneParentPutOnParentAndChildUpdate(
new HasOneToManySet(), new BidirMiddle(), startEnd);
testOnlyOneParentPutOnParentAndChildUpdate(
new HasOneToManySet(), new BidirTop(), startEnd);
testOnlyOneParentPutOnParentAndChildUpdate(
new HasOneToManySet(), new BidirBottom(), startEnd);
}