Skip to content
Snippets Groups Projects
Commit ca1c260b authored by felmer's avatar felmer
Browse files

adapt test because of r24109

SVN: 24126
parent 063b99b0
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ public class ProcessDatasetsCommandTest extends AssertJUnit
assertEquals("[This is an automatically generated report from the completed processing "
+ "of data sets in openBIS.\n"
+ "- number of successfully processed data sets: 1. Datasets: ds1\n"
+ "- processing of 1 data set(s) failed because: Oops!. Datasets: ds2\n" + "]",
+ "- processing of 1 data set(s) failed because: RETRIABLE_ERROR: \"Oops!\". Datasets: ds2\n" + "]",
contentRecorder.getRecordedObjects().toString());
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