Skip to content
Snippets Groups Projects
Commit 55af3750 authored by felmer's avatar felmer
Browse files

LMS-1506 test fixed

SVN: 15773
parent a0d609b5
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,12 @@ package ch.systemsx.cisd.openbis.plugin.phosphonetx.server;
import static ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataStoreServiceKind.PROCESSING;
import static ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataStoreServiceKind.QUERIES;
import static ch.systemsx.cisd.openbis.plugin.phosphonetx.server.RawDataServiceInternal.SPACE_CODE;
import static ch.systemsx.cisd.openbis.plugin.phosphonetx.server.RawDataServiceInternal.RAW_DATA_SAMPLE_TYPE;
import static ch.systemsx.cisd.openbis.plugin.phosphonetx.server.RawDataServiceInternal.SPACE_CODE;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.List;
......@@ -121,7 +122,8 @@ public class RawDataServiceInternalTest extends AbstractServerTestCase
will(returnValue(externalDataTable));
List<String> dataSetCodes = Arrays.asList("ds2.0", "ds2.1");
one(externalDataTable).processDatasets(COPY_PROCESSING_KEY, "s2", dataSetCodes, null);
HashMap<String, String> parameterBindings = new HashMap<String, String>();
one(externalDataTable).processDatasets(COPY_PROCESSING_KEY, "s2", dataSetCodes, parameterBindings);
}
});
......
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