Skip to content
Snippets Groups Projects
Commit 2ce40eac authored by kaloyane's avatar kaloyane
Browse files

[LMS-2332] minor: fixed unit tests

SVN: 22114
parent d752d214
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
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