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

test fixed because of changed log message

SVN: 22539
parent caf667cd
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ public class SegmentedStoreShufflingTaskTest extends AbstractFileSystemTestCase ...@@ -206,7 +206,7 @@ public class SegmentedStoreShufflingTaskTest extends AbstractFileSystemTestCase
+ "INFO OPERATION.SegmentedStoreShufflingTask - " + "INFO OPERATION.SegmentedStoreShufflingTask - "
+ "Segmented store shuffling finished.\n" + "Segmented store shuffling finished.\n"
+ "INFO NOTIFY.SegmentedStoreShufflingTask - " + "INFO NOTIFY.SegmentedStoreShufflingTask - "
+ "The following shares are just emptied by shuffeling: [1]", + "The following shares were emptied by shuffling: [1]",
logRecorder.getLogContent()); logRecorder.getLogContent());
assertEquals("Data set ds1 no longer exists in share 2.", assertEquals("Data set ds1 no longer exists in share 2.",
logMessageRecordingMatcher.recordedObject().toString()); logMessageRecordingMatcher.recordedObject().toString());
......
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