Skip to content
Snippets Groups Projects
Commit 95c6e522 authored by kaloyane's avatar kaloyane
Browse files

minor: fix test expectations

SVN: 22183
parent 9a18470c
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest
AssertionUtil
.assertContains(
"New data from folder 'batchNr_plateCode.variant_2011.07.05' has been successfully registered for plate "
+ "http://bwdl27.bw.f2.enterprise:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
+ "http://openbis-test-bw.sanofi.com:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
email.recordedObject());
context.assertIsSatisfied();
}
......@@ -544,7 +544,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest
AssertionUtil
.assertContains(
"New data from folder 'batchNr_plateCode.variant_2011.07.05' has been successfully registered for plate "
+ "http://bwdl27.bw.f2.enterprise:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
+ "http://openbis-test-bw.sanofi.com:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
email.recordedObject());
context.assertIsSatisfied();
......@@ -634,7 +634,7 @@ public class SanofiDropboxJythonTest extends AbstractJythonDataSetHandlerTest
AssertionUtil
.assertContains(
"New data from folder 'batchNr_plateCode.variant_2011.07.05' has been successfully registered for plate "
+ "http://bwdl27.bw.f2.enterprise:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
+ "http://openbis-test-bw.sanofi.com:8080/openbis#entity=SAMPLE&sample_type=PLATE&action=SEARCH&code=plateCode.variant",
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