From 808ff739a3cba6babc7bd0f44434cd3991956c1c Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Wed, 8 Sep 2010 10:39:33 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22321 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../repo/replication/ReplicationServiceIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/replication/ReplicationServiceIntegrationTest.java b/source/java/org/alfresco/repo/replication/ReplicationServiceIntegrationTest.java index 27f6e50c8f..7830a3a474 100644 --- a/source/java/org/alfresco/repo/replication/ReplicationServiceIntegrationTest.java +++ b/source/java/org/alfresco/repo/replication/ReplicationServiceIntegrationTest.java @@ -650,7 +650,7 @@ public class ReplicationServiceIntegrationTest extends TestCase * that it starts, cancels, and the status is correctly recorded * for it. */ - public void testReplicationExectionCancelling() throws Exception + public void testReplicationExecutionCancelling() throws Exception { // We need the test transfer target for this test makeTransferTarget();