diff --git a/screening/sourceTest/core-plugins/MiscellaneousDropBoxApiV2FeaturesTest/1/dss/drop-boxes/MiscellaneousDropBoxApiV2FeaturesTest-drop-box/data-set-handler.py b/screening/sourceTest/core-plugins/MiscellaneousDropBoxApiV2FeaturesTest/1/dss/drop-boxes/MiscellaneousDropBoxApiV2FeaturesTest-drop-box/data-set-handler.py index 2e7dab9bf93d580fc0bac66ff6f44e110ae6b0e4..8476c9372d78d233505d2fff239edef489cdd411 100644 --- a/screening/sourceTest/core-plugins/MiscellaneousDropBoxApiV2FeaturesTest/1/dss/drop-boxes/MiscellaneousDropBoxApiV2FeaturesTest-drop-box/data-set-handler.py +++ b/screening/sourceTest/core-plugins/MiscellaneousDropBoxApiV2FeaturesTest/1/dss/drop-boxes/MiscellaneousDropBoxApiV2FeaturesTest-drop-box/data-set-handler.py @@ -10,7 +10,7 @@ PROJECT_ID = "/%(SPACE_CODE)s/%(PROJECT_CODE)s" % vars() EXPERIMENT_CODE = "TEST-EXP-HCS" EXPERIMENT_ID = "/%(SPACE_CODE)s/%(PROJECT_CODE)s/%(EXPERIMENT_CODE)s" % vars() -PLATE_CODE = "PLATE1" +PLATE_CODE = "PLATE137" PLATE_ID = "/%(SPACE_CODE)s/%(PLATE_CODE)s" % vars() PLATE_GEOMETRY_PROPERTY_CODE = "$PLATE_GEOMETRY" diff --git a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java index 42935e802eec20ea8a215d1f81f09c79cf607808..2894cf369c91468bbd46b7f43afd9f8129afb8cd 100644 --- a/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java +++ b/screening/sourceTest/java/ch/systemsx/cisd/openbis/screening/systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java @@ -108,7 +108,7 @@ public class MiscellaneousDropBoxApiV2FeaturesTest extends AbstractScreeningSyst ListSampleCriteria.createForExperiment(new TechId(experiment.getId()))); Sample sample = samples.get(0); - assertEquals("/TEST/PLATE1", sample.getIdentifier()); + assertEquals("/TEST/PLATE137", sample.getIdentifier()); assertEquals("[$PLATE_GEOMETRY: 24_WELLS_4X6]", sample.getProperties().toString()); assertEquals(1, samples.size()); }