assertTrue( "Test that the destination contents are copied correctly", source.equals( target ) );
assertChecksumCommit( testDest );
event.rollback();
target = readFile( testDest );
assertTrue( "Test the destination file contents have been restored", target.equals( "overwritten contents" ) );