mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4247 Fix typo.
This commit is contained in:
@@ -125,8 +125,8 @@ public class BroadcastDispositionActionDefinitionUpdateActionUnitTest
|
|||||||
NodeRef scheduleNode = new NodeRef("schedule://node/");
|
NodeRef scheduleNode = new NodeRef("schedule://node/");
|
||||||
ChildAssociationRef scheduleDefinitionRelationship = new ChildAssociationRef(null, scheduleNode, null, definitionNode);
|
ChildAssociationRef scheduleDefinitionRelationship = new ChildAssociationRef(null, scheduleNode, null, definitionNode);
|
||||||
when(mockNodeService.getPrimaryParent(definitionNode)).thenReturn(scheduleDefinitionRelationship);
|
when(mockNodeService.getPrimaryParent(definitionNode)).thenReturn(scheduleDefinitionRelationship);
|
||||||
ChildAssociationRef catergoryScheduleRelationship = new ChildAssociationRef(null, categoryNode, null, scheduleNode);
|
ChildAssociationRef categoryScheduleRelationship = new ChildAssociationRef(null, categoryNode, null, scheduleNode);
|
||||||
when(mockNodeService.getPrimaryParent(scheduleNode)).thenReturn(catergoryScheduleRelationship);
|
when(mockNodeService.getPrimaryParent(scheduleNode)).thenReturn(categoryScheduleRelationship);
|
||||||
// Set up the record/step relationship.
|
// Set up the record/step relationship.
|
||||||
NodeRef recordNode = new NodeRef("record://node/");
|
NodeRef recordNode = new NodeRef("record://node/");
|
||||||
NodeRef stepNode = new NodeRef("step://node/");
|
NodeRef stepNode = new NodeRef("step://node/");
|
||||||
|
Reference in New Issue
Block a user