EasyMock.expect(parentNodeDescription.getId()).andReturn("parentNode1").anyTimes();
EasyMock.replay(channelDescription, parentNodeDescription);
portalEvent = new ChannelAddedToLayoutPortalEvent(this, person, userProfile, channelDescription, parentNodeDescription);
this.jpaPortalEventStore.storePortalEvents(portalEvent);
this.checkPoint();
assertEquals(1, this.countRowsInTable("STATS_SESSION"));
assertEquals(0, this.countRowsInTable("STATS_SESSION_GROUPS"));