Skip to content
Snippets Groups Projects
Commit 8bd2a20c authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Removed comment on @Test annotation

parent 6695fb7c
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,7 @@ public class NodeDAOTest {
ReflectionTestUtils.setField(dao, "authority", AUTHORITY);
}
//@Test
@Test
public void testCreateNode() {
DataNode dataNode = new DataNode();
......@@ -67,7 +66,6 @@ public class NodeDAOTest {
assertEquals(retrievedNode.getProvides().get(0).getUri(), dataNode.getProvides().get(0).getUri());
}
@Test
public void testListNode() {
ContainerNode root = (ContainerNode) dao.listNode("/").get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment