mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user