diff --git a/spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionContinuationFactoryTests.java b/spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionSnapshotFactoryTests.java similarity index 98% rename from spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionContinuationFactoryTests.java rename to spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionSnapshotFactoryTests.java index 0f696817..e4004c5b 100644 --- a/spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionContinuationFactoryTests.java +++ b/spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/SerializedFlowExecutionSnapshotFactoryTests.java @@ -21,7 +21,7 @@ import org.springframework.webflow.execution.repository.support.FlowExecutionSta import org.springframework.webflow.test.MockExternalContext; import org.springframework.webflow.test.MockFlowExecutionKeyFactory; -public class SerializedFlowExecutionContinuationFactoryTests extends TestCase { +public class SerializedFlowExecutionSnapshotFactoryTests extends TestCase { private Flow flow; private SerializedFlowExecutionSnapshotFactory factory; private FlowExecutionStateRestorer stateRestorer;