Skip to content
Snippets Groups Projects
Commit de1b34ac authored by anttil's avatar anttil
Browse files

SSDM-2338: expose v3 api to screening system tests

SVN: 34504
parent a436628b
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ import javax.imageio.ImageIO; ...@@ -33,7 +33,7 @@ import javax.imageio.ImageIO;
import org.springframework.mock.web.MockHttpServletRequest; import org.springframework.mock.web.MockHttpServletRequest;
import org.testng.AssertJUnit; import org.testng.AssertJUnit;
import org.testng.annotations.BeforeTest; import org.testng.annotations.BeforeMethod;
import ch.ethz.sis.openbis.generic.shared.api.v3.IApplicationServerApi; import ch.ethz.sis.openbis.generic.shared.api.v3.IApplicationServerApi;
import ch.systemsx.cisd.base.exceptions.CheckedExceptionTunnel; import ch.systemsx.cisd.base.exceptions.CheckedExceptionTunnel;
...@@ -459,7 +459,7 @@ public abstract class AbstractScreeningSystemTestCase extends SystemTestCase ...@@ -459,7 +459,7 @@ public abstract class AbstractScreeningSystemTestCase extends SystemTestCase
protected IApplicationServerApi v3api; protected IApplicationServerApi v3api;
@BeforeTest @BeforeMethod
public void setUpServices() public void setUpServices()
{ {
commonServer = (ICommonServer) applicationContext commonServer = (ICommonServer) applicationContext
......
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