Skip to content
Snippets Groups Projects
Commit 1ae78c07 authored by ribeaudc's avatar ribeaudc
Browse files

fix:

- ETL server Unit tests.

SVN: 3453
parent 35d302ce
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public abstract class AbstractFileSystemTestCase
private final File createWorkingDirectory()
{
final File directory = new File(UNIT_TEST_ROOT_DIRECTORY, getClass().getSimpleName());
final File directory = new File(UNIT_TEST_ROOT_DIRECTORY, getClass().getName());
directory.mkdirs();
directory.deleteOnExit();
return directory;
......
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