remove unused field from test

This commit is contained in:
Ross Gale
2018-04-11 18:06:01 +01:00
parent 44bed4a796
commit 09ebad77d1

View File

@@ -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);