super.fileChangeInSource();
}
@Override
@Test
public void fileChangeInDestination() throws Exception {
expectation.put("changeDestination.txt", new Action(Action.UnexpectedChangeError, Location.Destination, BufferUpdate.None, ""));
super.fileChangeInDestination();
}