{
CopyFileEvent event = new CopyFileEvent( testSource, testDest, digesters );
assertFalse( "Test that the destination is not yet created", testDest.exists() );
event.commit();
assertTrue( "Test that the destination is created", testDest.exists() );
assertChecksumCommit( testDest );