getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testOnlyOneParentPutOnParentAndChildUpdate(NEW_PM_START_END);
}
private void testOnlyOneParentPutOnParentAndChildUpdate(StartEnd startEnd) throws Throwable {
testOnlyOneParentPutOnParentAndChildUpdate(
new HasOneToManyListJDO(), new BidirectionalChildListJDO(), startEnd);
}