Copy Vault data directory to temp location before each test

To avoid the annoying clean before each test run (because Vault data has
been modified by previous run), the data is now copied from resource
directory to temporary location.
This commit is contained in:
2018-02-04 20:04:47 +01:00
parent 38a7d4952d
commit b2082925d5
2 changed files with 12 additions and 4 deletions

View File

@ -131,5 +131,11 @@
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>