assertFalse("listeners notified", mockIntegrationListener.onEventCalled);
assertCommit();
}
public void testLeaveError() throws Exception {
mockSession.loadHibernateException = new HibernateException("test");
support.request.setParameterValue("action.leave", new String[]{""});
support.request.setParameterValue("oid", new String[]{"1"});
replay();
ActionForward forward = support.executeAction(action);