public class NoCliRequestsWhileSyncingTest {
private Map<Integer, Response> responses = new HashMap<Integer, Response>();
@Test
public void testNoCliRequestWhileSyncing() throws Exception {
final TransferSettings testConnection = TestConfigUtil.createTestLocalConnection();
final TestClient clientA = new TestClient("ClientA", testConnection);
int port = 58444;
// Load config template
DaemonConfigTO daemonConfig = TestDaemonUtil.loadDaemonConfig("daemonOneFolderNoWebServer.xml");