// there's some rounding that goes on inside SDE. Need to do some simple buffering to
// make sure
// we're not getting rounding errors
assertTrue(modif1.buffer(.01).contains(actual1));
assertTrue(modif2.buffer(.01).contains(actual2));
} finally {
try {
store.removeFeatures(fid1Filter);
store.removeFeatures(fid2Filter);
} catch (Exception e) {