From fb4c610acd97c3cbae5197172a2d800cbf9707f3 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 27 Apr 2008 15:37:25 +0000 Subject: [PATCH] conversation/continuation terms renamed to execution/snapshot terms for simplicity / improved lexicon --- ...ts.java => SerializedFlowExecutionSnapshotFactoryTests.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spring-webflow/src/test/java/org/springframework/webflow/execution/repository/snapshot/{SerializedFlowExecutionContinuationFactoryTests.java => SerializedFlowExecutionSnapshotFactoryTests.java} (98%) 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;