* Tests normal update sequence with updates to times and retrieval counts.
*/
public void testUpdateNotNull()
{
Channel channel = new Channel();
channel.addItem(new Item("1"));
DummyDataFeed feed = new DummyDataFeed();
feed.setChannel(channel);
long base = System.currentTimeMillis();