*/
public void testEvictionAfterStateTransfer() throws Exception
{
TreeCache cache1 = new TreeCache();
PropertyConfigurator config = new PropertyConfigurator();
config.configure(cache1, "META-INF/replSync-eviction-service.xml");
caches.put("cache1", cache1);
final TreeCache cache2 = new TreeCache();
config.configure(cache2, "META-INF/replSync-eviction-service.xml");
caches.put("cache2", cache2);