Skip to content
Snippets Groups Projects
Commit 4a981e64 authored by brinn's avatar brinn
Browse files

[BIS-149/SP-237] Display settings for custom web UIs.

Fix unit tests.

SVN: 26360
parent f1f7a9b3
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.api.v1.NewDataSetMetadataDTO; ...@@ -52,6 +52,7 @@ import ch.systemsx.cisd.openbis.dss.generic.shared.api.v1.NewDataSetMetadataDTO;
import ch.systemsx.cisd.openbis.dss.screening.server.DssServiceRpcScreening; import ch.systemsx.cisd.openbis.dss.screening.server.DssServiceRpcScreening;
import ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.IDssServiceRpcScreening; import ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.IDssServiceRpcScreening;
import ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.LoadImageConfiguration; import ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.LoadImageConfiguration;
import ch.systemsx.cisd.openbis.generic.server.api.v1.GeneralInformationChangingService;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationChangingService; import ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationChangingService;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationService; import ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationService;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSet; import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSet;
...@@ -199,6 +200,10 @@ public class ScreeningOpenbisServiceFacadeTest extends AbstractFileSystemTestCas ...@@ -199,6 +200,10 @@ public class ScreeningOpenbisServiceFacadeTest extends AbstractFileSystemTestCas
allowing(dssService2).getMinorVersion(); allowing(dssService2).getMinorVersion();
will(returnValue(DssServiceRpcScreening.MINOR_VERSION)); will(returnValue(DssServiceRpcScreening.MINOR_VERSION));
allowing(generalInformationChangingService).getMinorVersion();
will(returnValue(GeneralInformationChangingService.MINOR_VERSION));
} }
}); });
context.checking(new Expectations() context.checking(new Expectations()
......
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