dmlPreToPostFinal(insertCreator(ftID, newRow), getGroupExpected(), true, toDescriptors, columnNames, server, true);
}
@Test
public void UpdatePreToPostFinal() {
Row oldRow = testRow(fromTableRowType, 2, 20);
Row newRow = testRow(fromTableRowType, 2, 21);
otherGroupRows = getToExpected();
dmlPreToPostFinal(updateCreator(ftID, oldRow, newRow), getGroupExpected(), true, toDescriptors, columnNames, server, true);
}