From b40c7fd8f097fbebdb7e2532c7708a5221bf2c75 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 31 Mar 2008 16:30:14 +0000 Subject: [PATCH] polish --- .../webflow/engine/impl/FlowExecutionImplTests.java | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/FlowExecutionImplTests.java b/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/FlowExecutionImplTests.java index 6a22bbf4..cee1fefb 100644 --- a/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/FlowExecutionImplTests.java +++ b/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/FlowExecutionImplTests.java @@ -28,18 +28,15 @@ import org.springframework.webflow.engine.StubViewFactory; import org.springframework.webflow.engine.Transition; import org.springframework.webflow.engine.ViewState; import org.springframework.webflow.engine.support.DefaultTargetStateResolver; -import org.springframework.webflow.execution.FlowExecution; import org.springframework.webflow.execution.FlowExecutionException; -import org.springframework.webflow.execution.FlowExecutionKey; -import org.springframework.webflow.execution.FlowExecutionKeyFactory; import org.springframework.webflow.execution.FlowExecutionListener; import org.springframework.webflow.execution.FlowExecutionListenerAdapter; import org.springframework.webflow.execution.FlowSession; import org.springframework.webflow.execution.MockFlowExecutionListener; import org.springframework.webflow.execution.RequestContext; import org.springframework.webflow.execution.RequestContextHolder; -import org.springframework.webflow.test.GeneratedFlowExecutionKey; import org.springframework.webflow.test.MockExternalContext; +import org.springframework.webflow.test.MockFlowExecutionKeyFactory; /** * General flow execution tests. @@ -352,10 +349,4 @@ public class FlowExecutionImplTests extends TestCase { } - private static class MockFlowExecutionKeyFactory implements FlowExecutionKeyFactory { - public FlowExecutionKey getKey(FlowExecution execution) { - return new GeneratedFlowExecutionKey(); - } - } - } \ No newline at end of file