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

SSDM-1191: AutoArchiverTask: Add log event in case of nothing to archive in...

SSDM-1191: AutoArchiverTask: Add log event in case of nothing to archive in order to fix integration test.

SVN: 33366
parent 715163ad
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ public class AutoArchiverTaskTest extends AssertJUnit ...@@ -137,7 +137,7 @@ public class AutoArchiverTaskTest extends AssertJUnit
createAutoArchiver(new Properties()).execute(); createAutoArchiver(new Properties()).execute();
assertLogs(); assertLogs(nothingLog());
assertEquals(30, criteriaRecorder.recordedObject().getOlderThan()); assertEquals(30, criteriaRecorder.recordedObject().getOlderThan());
assertEquals(null, criteriaRecorder.recordedObject().tryGetDataSetTypeCode()); assertEquals(null, criteriaRecorder.recordedObject().tryGetDataSetTypeCode());
context.assertIsSatisfied(); 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