dmlPreToPostFinal(insertCreator(aID, newRow), insert(groupRows, 3, newRow), false);
}
@Test
public void updatePreToPostFinal_A() {
Row oldRow = testRow(aRowType, 20, 2, 20000);
Row newRow = testRow(aRowType, 20, 2, 20001);
dmlPreToPostFinal(updateCreator(aID, oldRow, newRow), replace(groupRows, 2, newRow), false);
}