assertFalse("Deleted file should not exist.", clientA.getLocalFile("file").exists());
assertFileListEquals(clientA.getLocalFilesExcludeLockedAndNoRead(), clientB.getLocalFilesExcludeLockedAndNoRead());
// Cleanup
clientA.deleteTestData();
clientB.deleteTestData();
}
@Test
public void testSingleFileChangeNoConflicts() throws Exception {
// Setup