Skip to content
Snippets Groups Projects
Commit 1d44fe6b authored by felmer's avatar felmer
Browse files

SP-439 BIS-255: unit tests fixed

SVN: 28097
parent 741a5672
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ import ch.systemsx.cisd.base.mdarray.MDFloatArray;
import ch.systemsx.cisd.common.exceptions.AuthorizationFailureException;
import ch.systemsx.cisd.common.exceptions.UserFailureException;
import ch.systemsx.cisd.common.io.ConcatenatedFileOutputStreamWriter;
import ch.systemsx.cisd.common.server.ISessionTokenProvider;
import ch.systemsx.cisd.hcs.Location;
import ch.systemsx.cisd.openbis.common.io.ByteArrayBasedContentNode;
import ch.systemsx.cisd.openbis.common.io.FileBasedContentNode;
......@@ -207,6 +208,8 @@ public class DssServiceRpcScreeningTest extends AssertJUnit
will(returnValue(imageParameters));
allowing(contentProvider).asContent(with(any(String.class)));
will(returnValue(null));
allowing(contentProvider).cloneFor(with(any(ISessionTokenProvider.class)));
will(returnValue(contentProvider));
}
});
testMethodInterceptor = new TestMethodInterceptor(shareIdManager);
......
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