From ae5440957b0f14fe23065d680899259e27a7367b Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 11 Jul 2012 12:58:49 +0000
Subject: [PATCH] SP-179, BIS-21: bug in system test fixed.

SVN: 26077
---
 .../data-set-handler.py                                         | 2 +-
 .../systemtests/MiscellaneousDropBoxApiV2FeaturesTest.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 2e7dab9bf93..8476c9372d7 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 42935e802ee..2894cf369c9 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());
     }
-- 
GitLab