From e9ef3837e80f95b2e4a704779bb74d3a8154c137 Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 12 Oct 2010 21:16:41 +0000 Subject: [PATCH] Add a TODO note about a possible future improvement to the tests git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23062 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/repo/action/ActionTrackingServiceImplTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/java/org/alfresco/repo/action/ActionTrackingServiceImplTest.java b/source/java/org/alfresco/repo/action/ActionTrackingServiceImplTest.java index b156526387..b772584346 100644 --- a/source/java/org/alfresco/repo/action/ActionTrackingServiceImplTest.java +++ b/source/java/org/alfresco/repo/action/ActionTrackingServiceImplTest.java @@ -58,6 +58,9 @@ import org.springframework.context.ConfigurableApplicationContext; * Action tracking service tests. These mostly need * careful control over the transactions they use. * + * TODO Replace various sleep statements in here with a wait on the async action executor. + * Needs a way to be notified of async actions completing, which isn't currently available. + * * @author Nick Burch */ public class ActionTrackingServiceImplTest extends TestCase