From c111bde126275e3a867d9332d7deea064d5154bb Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 17 Dec 2012 08:10:00 +0000 Subject: [PATCH] SP-332, BIS-225: test fixed SVN: 27939 --- .../openbis/systemtest/DataStoreServiceRegistrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/DataStoreServiceRegistrationTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/DataStoreServiceRegistrationTest.java index 2aa2ebd930c..eb1418f5818 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/DataStoreServiceRegistrationTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/DataStoreServiceRegistrationTest.java @@ -38,6 +38,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataStoreServiceKind; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DatastoreServiceDescription; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.ReportingPluginType; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.builders.DataSetTypeBuilder; +import ch.systemsx.cisd.openbis.generic.shared.dto.DataSourceDefinition; import ch.systemsx.cisd.openbis.generic.shared.dto.DataStoreServerInfo; import ch.systemsx.cisd.openbis.generic.shared.dto.DatastoreServiceDescriptions; @@ -100,6 +101,7 @@ public class DataStoreServiceRegistrationTest extends SystemTestCase { "H.*", "C.*" }, DATASTORE_CODE); dataStoreServerInfo.setServicesDescriptions(new DatastoreServiceDescriptions(Arrays .asList(r1), Arrays.asList(p1))); + dataStoreServerInfo.setDataSourceDefinitions(Arrays.<DataSourceDefinition> asList()); // 1. register DSS etlService.registerDataStoreServer(systemSessionToken, dataStoreServerInfo); -- GitLab