Skip to content
Snippets Groups Projects
Commit 4637f2b3 authored by felmer's avatar felmer
Browse files

LMS-2894 test fixed

SVN: 25022
parent e7c8150d
No related branches found
No related tags found
No related merge requests found
...@@ -782,8 +782,6 @@ public class DataBOTest extends AbstractBOTest ...@@ -782,8 +782,6 @@ public class DataBOTest extends AbstractBOTest
ExperimentIdentifier identifier = EXPERIMENT_IDENTIFIER; ExperimentIdentifier identifier = EXPERIMENT_IDENTIFIER;
one(daoFactory).getProjectDAO();
will(returnValue(projectDAO));
one(projectDAO).tryFindProject(identifier.getDatabaseInstanceCode(), one(projectDAO).tryFindProject(identifier.getDatabaseInstanceCode(),
identifier.getSpaceCode(), identifier.getProjectCode()); identifier.getSpaceCode(), identifier.getProjectCode());
will(returnValue(ManagerTestTool.EXAMPLE_PROJECT)); will(returnValue(ManagerTestTool.EXAMPLE_PROJECT));
......
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