From 2ce40eac6d0a2fc98df26a2e41d46be684fefa4c Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Wed, 13 Jul 2011 11:29:11 +0000 Subject: [PATCH] [LMS-2332] minor: fixed unit tests SVN: 22114 --- .../cisd/sanofi/dss/test/SanofiDropboxJythonTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 b4ac64b0646..5169bb35198 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(); } -- GitLab