Skip to content
Snippets Groups Projects
Commit 9a18470c authored by kaloyane's avatar kaloyane
Browse files

minor: fix test

SVN: 22182
parent b4dfff07
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest ...@@ -66,7 +66,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest
new WellSearchCriteria(ExperimentSearchCriteria.createAllExperiments(), new WellSearchCriteria(ExperimentSearchCriteria.createAllExperiments(),
MaterialSearchCriteria.createCodesCriteria(materialCodes, MaterialSearchCriteria.createCodesCriteria(materialCodes,
materialTypeCodes, false), materialTypeCodes, false),
AnalysisProcedureCriteria.createFromCode(null)); AnalysisProcedureCriteria.createAllProcedures());
Session session = createSession(getSystemPerson()); Session session = createSession(getSystemPerson());
List<WellContent> wellContents = List<WellContent> wellContents =
...@@ -92,7 +92,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest ...@@ -92,7 +92,7 @@ public class WellContentLoaderTest extends AbstractScreeningDAOTest
new WellSearchCriteria(ExperimentSearchCriteria.createAllExperiments(), new WellSearchCriteria(ExperimentSearchCriteria.createAllExperiments(),
MaterialSearchCriteria.createCodesCriteria(materialCodes, MaterialSearchCriteria.createCodesCriteria(materialCodes,
materialTypeCodes, false), materialTypeCodes, false),
AnalysisProcedureCriteria.createFromCode(null)); AnalysisProcedureCriteria.createAllProcedures());
Session session = createSession(getSystemPerson()); Session session = createSession(getSystemPerson());
List<WellContent> wellContents = List<WellContent> wellContents =
......
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