assertNotNull("Can't find PollBean",pb);
// Make sure polling is enabled
assertTrue("Polling is not enabled in the PollBean",pb.getPollEnabled());
// Get poll control to check status
UIPoll poll = (UIPoll)server.findComponent(_POLL_ID);
assertNotNull("Can't find server side poll component",poll);
int interval = poll.getInterval();
// Make sure polling is enabled
assertTrue("Polling is not enabled in the component",poll.isEnabled());