diff --git a/sanofi/sourceTest/java/ch/systemsx/cisd/sanofi/dss/test/SanofiDropboxJythonTest.java b/sanofi/sourceTest/java/ch/systemsx/cisd/sanofi/dss/test/SanofiDropboxJythonTest.java index b4ac64b0646696b590362fd331b1dc00842c1773..5169bb35198f7de0de881f4cdd7e65d7626980ab 100644 --- a/sanofi/sourceTest/java/ch/systemsx/cisd/sanofi/dss/test/SanofiDropboxJythonTest.java +++ b/sanofi/sourceTest/java/ch/systemsx/cisd/sanofi/dss/test/SanofiDropboxJythonTest.java @@ -87,7 +87,7 @@ import ch.systemsx.cisd.openbis.plugin.screening.shared.basic.dto.ScreeningConst */ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest { - private static final String PLATE_CODE = "plateCode"; + private static final String PLATE_CODE = "plateCode.variant"; private static final String LIBRARY_TEMPLATE_PROPNAME = "LIBRARY_TEMPLATE"; @@ -413,7 +413,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest AssertionUtil .assertContains( "New data from folder 'batchNr_plateCode.variant_2011.07.05' has been successfully registered in plate " - + "<a href='https://bwl27.sanofi-aventis.com:8443/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode'>plateCode</a>", + + "<a href='https://bwl27.sanofi-aventis.com:8443/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant'>plateCode.variant</a>", email.recordedObject()); context.assertIsSatisfied(); } @@ -574,7 +574,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest AssertionUtil .assertContains( "New data from folder 'batchNr_plateCode.variant_2011.07.05' has been successfully registered in plate " - + "<a href='https://bwl27.sanofi-aventis.com:8443/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode'>plateCode</a>", + + "<a href='https://bwl27.sanofi-aventis.com:8443/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant'>plateCode.variant</a>", email.recordedObject()); context.assertIsSatisfied(); }