Skip to content
Snippets Groups Projects
Commit 500b1b71 authored by gpawel's avatar gpawel
Browse files

SP-170 BIS-90 : API support for link data sets (missing commit)

SVN: 25945
parent 3ff458e6
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchCriteria.SearchO
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchSubCriteria;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchableEntityKind;
import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SpaceWithProjectsAndRoleAssignments;
import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetKind;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifierFactory;
......@@ -592,7 +591,7 @@ public class OpenbisServiceFacadeTest extends AssertJUnit
init.setExperimentIdentifier(exprimentId);
init.setSampleIdentifierOrNull(sampleIdOrNull);
init.setRegistrationDetails(registrationDetails);
init.setDataSetKind(DataSetKind.CONTAINER.name());
init.setContainerDataSet(true);
init.setContainedDataSets(containedDataSets);
return new ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataSet(init);
}
......
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