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 { ...@@ -49,8 +49,7 @@ public class NodeDAOTest {
ReflectionTestUtils.setField(dao, "authority", AUTHORITY); ReflectionTestUtils.setField(dao, "authority", AUTHORITY);
} }
@Test
//@Test
public void testCreateNode() { public void testCreateNode() {
DataNode dataNode = new DataNode(); DataNode dataNode = new DataNode();
...@@ -67,7 +66,6 @@ public class NodeDAOTest { ...@@ -67,7 +66,6 @@ public class NodeDAOTest {
assertEquals(retrievedNode.getProvides().get(0).getUri(), dataNode.getProvides().get(0).getUri()); assertEquals(retrievedNode.getProvides().get(0).getUri(), dataNode.getProvides().get(0).getUri());
} }
@Test @Test
public void testListNode() { public void testListNode() {
ContainerNode root = (ContainerNode) dao.listNode("/").get(); ContainerNode root = (ContainerNode) dao.listNode("/").get();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment