pool.addFeedView(fv1);
SynchronizationControl sc =
pool.synchronizeTime(System.currentTimeMillis() - 2);
Assert.assertNotNull(sc);
Assert.assertNull(pool.synchronizeTime(System.currentTimeMillis()));
sc.synchronizationDone();
Assert.assertNotNull(pool.synchronizeTime(System.currentTimeMillis()));
}
@Test
public void testAddFeedView() throws Exception {