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

SSDM-802: add log message when example data set will be dropped.

SVN: 32404
parent 3ba678d7
No related branches found
No related tags found
No related merge requests found
...@@ -334,6 +334,7 @@ public abstract class SystemTestCase extends AssertJUnit ...@@ -334,6 +334,7 @@ public abstract class SystemTestCase extends AssertJUnit
protected void moveFileToIncoming(File exampleDataSet) throws IOException protected void moveFileToIncoming(File exampleDataSet) throws IOException
{ {
operationLog.info("Drop an example data set for " + getClass().getSimpleName());
FileUtils.moveDirectoryToDirectory(exampleDataSet, getIncomingDirectory(), false); FileUtils.moveDirectoryToDirectory(exampleDataSet, getIncomingDirectory(), false);
} }
......
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