deleteTestData();
createTestData("testSyncManyToManyRelationship");
DataChannel serverChannel = new ClientServerChannel(getDomain());
ClientChannel clientChannel = new ClientChannel(
new LocalConnection(serverChannel),
true);
CayenneContext c1 = new CayenneContext(clientChannel);
CayenneContext c2 = new CayenneContext(clientChannel);