assertEquals( 1,
agendaGroup.size() );
// fire next item, agendaGroup should not fire as its not on the focus stack
// and thus should retain its sinle activation
agenda.fireNextItem( null );
assertEquals( 1,
agendaGroup.size() );
// Clear the agenda we we can test again
agenda.clearAndCancel();