@Test
public void shouldTestEventIteratorTest_testSkip() throws Exception {
// create events
List<Event> events = new ArrayList<Event>();
DateTime now = session.dateFactory().create();
JcrEventBundle bundle = new JcrEventBundle(now, "userId", null);
String id1 = UUID.randomUUID().toString();
String id2 = UUID.randomUUID().toString();
String id3 = UUID.randomUUID().toString();
events.add(new JcrObservationManager.JcrEvent(bundle, Event.NODE_ADDED, "/testroot/node1",
id1, nodeType(JcrNtLexicon.UNSTRUCTURED), null));