Hi, On my workstation, I have many unit tests failing in several different ways.
One test is IsRenderedTest.testIsExecuteNone(), where an assertion fails because PartialViewContext.isExecuteNone() returns an invalid value. Another failing test is ExecutePhaseClientIdsTest.testRequestParams4(), which fails because of a NPE because FacesContextImpl.getPartialViewContext() returns null. The last one is obviously not my fault, but I worry there is an issue with my development environment, because I currently have 54 failing tests. Am I the only one experiencing this? /JK
