Skip to content
Snippets Groups Projects
Commit 61f3b6a7 authored by uhensler's avatar uhensler
Browse files

no-jira: fix unit tests (in not empty databases)

parent c312b336
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,9 @@ public class EvaluationFormTestsHelper { ...@@ -86,6 +86,9 @@ public class EvaluationFormTestsHelper {
dbInstance.getCurrentEntityManager() dbInstance.getCurrentEntityManager()
.createQuery("delete from qualitydatacollection") .createQuery("delete from qualitydatacollection")
.executeUpdate(); .executeUpdate();
dbInstance.getCurrentEntityManager()
.createQuery("delete from qualitygeneratorconfig")
.executeUpdate();
dbInstance.getCurrentEntityManager() dbInstance.getCurrentEntityManager()
.createQuery("delete from qualitygeneratortoorganisation") .createQuery("delete from qualitygeneratortoorganisation")
.executeUpdate(); .executeUpdate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment