285286287288289290291292293294295
{ log.debug("+++ testSystemExit()"); IOSession bean = getIOSession(); try { bean.systemExit(1); doFail("Was able to call IOSession.systemExit"); } catch(Exception e) { log.debug("IOSession.systemExit failed as expected", e);