mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
remove unused field from test
This commit is contained in:
@@ -74,8 +74,6 @@ public class RecordCategoryUtilUnitTest
|
||||
|
||||
private NodeRef categoryNodeRef;
|
||||
|
||||
private NodeRef otherNodeRef;
|
||||
|
||||
@Before
|
||||
public void setUp()
|
||||
{
|
||||
@@ -83,7 +81,6 @@ public class RecordCategoryUtilUnitTest
|
||||
recordNodeRef = new NodeRef("test://recordNode/");
|
||||
recordFolderNodeRef = new NodeRef("test://recordFolderNode/");
|
||||
categoryNodeRef = new NodeRef("test://categoryNode/");
|
||||
otherNodeRef = new NodeRef("test://otherNode/");
|
||||
path = new Path();
|
||||
path.append(element);
|
||||
when(nodeService.getType(recordFolderNodeRef)).thenReturn(TYPE_RECORD_FOLDER);
|
||||
|
Reference in New Issue
Block a user