}
public void testOnlyOneParentPutOnChildDelete_NoTxn() throws Throwable {
// updates aren't necessarily atomic when non-tx, so get 1 after each collection clear.
int expectedUpdatePuts = 5;
testOnlyOneParentPutOnChildDelete(new HasOneToManySetJPA(), new BidirectionalChildSetJPA(),
NEW_EM_START_END, expectedUpdatePuts);
}