syncManager = null;
}
@Test
public void testClientBasic() throws Exception {
SyncClientSettings scs = new SyncClientSettings();
scs.hostname = "localhost";
scs.port = 40101;
scs.storeName = "global";
scs.debug = true;
scs.authScheme = AuthScheme.CHALLENGE_RESPONSE;