Skip to content
Snippets Groups Projects
Commit 236379ac authored by felmer's avatar felmer
Browse files

LMS-1544 test fixed

SVN: 16169
parent 11f4b43b
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ import org.testng.annotations.Test; ...@@ -37,7 +37,6 @@ import org.testng.annotations.Test;
import ch.rinn.restrictions.Friend; import ch.rinn.restrictions.Friend;
import ch.systemsx.cisd.openbis.generic.server.business.bo.ICommonBusinessObjectFactory; import ch.systemsx.cisd.openbis.generic.server.business.bo.ICommonBusinessObjectFactory;
import ch.systemsx.cisd.openbis.generic.server.business.bo.samplelister.ISampleLister;
import ch.systemsx.cisd.openbis.generic.shared.AbstractServerTestCase; import ch.systemsx.cisd.openbis.generic.shared.AbstractServerTestCase;
import ch.systemsx.cisd.openbis.generic.shared.basic.TechId; import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetType;
...@@ -50,7 +49,6 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType; ...@@ -50,7 +49,6 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType;
import ch.systemsx.cisd.openbis.generic.shared.dto.DataStorePE; import ch.systemsx.cisd.openbis.generic.shared.dto.DataStorePE;
import ch.systemsx.cisd.openbis.generic.shared.dto.DataStoreServicePE; import ch.systemsx.cisd.openbis.generic.shared.dto.DataStoreServicePE;
import ch.systemsx.cisd.openbis.generic.shared.dto.SampleTypePE; import ch.systemsx.cisd.openbis.generic.shared.dto.SampleTypePE;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.server.RawDataServiceInternal;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.IRawDataServiceInternal; import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.IRawDataServiceInternal;
import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.dto.MsInjectionSample; import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.dto.MsInjectionSample;
...@@ -65,7 +63,6 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase ...@@ -65,7 +63,6 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase
private static final String COPY_PROCESSING_KEY = "copy-data-sets"; private static final String COPY_PROCESSING_KEY = "copy-data-sets";
private IRawDataServiceInternal service; private IRawDataServiceInternal service;
private ICommonBusinessObjectFactory boFactory; private ICommonBusinessObjectFactory boFactory;
private ISampleLister sampleLister;
@Override @Override
@BeforeMethod @BeforeMethod
...@@ -73,7 +70,6 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase ...@@ -73,7 +70,6 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase
{ {
super.setUp(); super.setUp();
boFactory = context.mock(ICommonBusinessObjectFactory.class); boFactory = context.mock(ICommonBusinessObjectFactory.class);
sampleLister = context.mock(ISampleLister.class);
service = new RawDataServiceInternal(sessionManager, daoFactory, boFactory); service = new RawDataServiceInternal(sessionManager, daoFactory, boFactory);
} }
......
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