Commit 8bd2a20c authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Removed comment on @Test annotation

parent 6695fb7c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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();