switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testOnlyOneParentPutOnParentAndChildUpdate(NEW_PM_START_END);
}
private void testOnlyOneParentPutOnParentAndChildUpdate(StartEnd startEnd) throws Throwable {
testOnlyOneParentPutOnParentAndChildUpdate(new HasOneToManySetJDO(), new BidirectionalChildSetJDO(), startEnd);
}