ALF-4348 - Fix up scheduled replication execution, and stub out the unit tests for this

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22027 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-08-26 16:17:37 +00:00
parent 61583adef0
commit baf2876ffc
3 changed files with 19 additions and 8 deletions

View File

@@ -1004,6 +1004,17 @@ public class ReplicationServiceIntegrationTest extends TestCase
replicationService.deleteReplicationDefinition(rd);
assertEquals(count, scheduledPersistedActionService.listSchedules().size());
txn.commit();
// Ask for it to run scheduled
// Should fire up and then fail due to missing definitions
// TODO
}
public void testCancellation() throws Exception
{
// TODO
}