Node n3 = root.addNode("n3");
Node n4 = root.addNode("n4");
Node n5 = root.addNode("n5");
root.save();
SessionEventMatcher matcher =
new SessionEventMatcher(ExtendedEvent.NODE_MOVED, new QPath[]{((NodeImpl)root).getInternalPath()}, true, null,
new InternalQName[]{Constants.NT_UNSTRUCTURED}, ntHolder);
DummyAction dAction = new DummyAction();
catalog.addAction(matcher, dAction);
assertEquals(0, dAction.getActionExecuterCount());