ref #8774: implement tests for dto handling - comment the assert statement
[cdmlib.git] / cdmlib-services / src / test / java / eu / etaxonomy / cdm / api / service / TermNodeServiceImplTest.java
index 7a17dd2a23c9abf1dd1453c08c8137f8a389d06e..5ff08ed9142ceabad3785f0ced9a6fe170a5ba71 100755 (executable)
@@ -80,7 +80,6 @@ public class TermNodeServiceImplTest  extends CdmTransactionalIntegrationTest{
             List<CharacterNodeDto> dtos = new ArrayList<>();
             dtos.add(nodeDto);
             termNodeService.saveCharacterNodeDtoList(dtos);
-            termNodeService.getSession().flush();
             commitAndStartNewTransaction();
             characterTree = termTreeService.load(characterTreeUuid);
             List<TermNode<Feature>> childNodes = characterTree.getRoot().getChildNodes();