d.setFieldValue(0, fieldIndex, v2);
d.undo();
assertTrue(((BooleanValue) d.getFieldValue(0, fieldIndex).equals(v1)).getValue());
d.redo();
assertTrue(((BooleanValue) d.getFieldValue(0, fieldIndex).equals(v2)).getValue());
d.rollBackTrans();
}
public void testSpatialDeleteUndoRedo() throws Exception {
SpatialDataSource d = (SpatialDataSource)