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
This commit is contained in:
Nick Burch
2010-10-12 21:16:41 +00:00
parent 568086c76c
commit e9ef3837e8

View File

@@ -58,6 +58,9 @@ import org.springframework.context.ConfigurableApplicationContext;
* Action tracking service tests. These mostly need * Action tracking service tests. These mostly need
* careful control over the transactions they use. * 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 * @author Nick Burch
*/ */
public class ActionTrackingServiceImplTest extends TestCase public class ActionTrackingServiceImplTest extends TestCase