clientB.deleteTestData();
}
@Test
public void testChangeTypeSymlinkWithTargetFileToFolder() throws Exception {
final TransferSettings testConnection = TestConfigUtil.createTestLocalConnection();
final TestClient clientA = new TestClient("A", testConnection);
final TestClient clientB = new TestClient("B", testConnection);
ClientActions.run(clientA, null, new CreateFileTree(), null);
ClientActions.run(clientA, null, new ChangeTypeFileToSymlinkWithTargetFolder(), null);