This commit is contained in:
Keith Donald
2007-04-01 12:49:19 +00:00
parent 4f8eb72e65
commit ef4d039fdc

View File

@@ -71,7 +71,7 @@ public class FlowVariableResolverTests extends TestCase {
public void testResolveVariableFlowScopeWithThreadLocal() {
FlowExecution flowExecutionMock = (FlowExecution)EasyMock.createMock(FlowExecution.class);
FlowExecutionKey key = null;
FlowExecutionHolder holder = new FlowExecutionHolder(key, flowExecutionMock);
FlowExecutionHolder holder = new FlowExecutionHolder(key, flowExecutionMock, null);
FlowExecutionHolderUtils.setFlowExecutionHolder(holder, mockFacesContext);
EasyMock.replay(new Object[] { flowExecutionMock });