Hello
When I try to test my flows, it always return me a nullpointerexception due to a null current FacesContext.
So what is the issue to deal with the FacesContext when running flows tests outside a servlet container.
My soft stack is java 7, spring 3.2.1, spring-webflow 2.3.2, jsf 2.1, junit 4.11, maven 3.0.4.
