Hi Amit,

On Thu, Feb 12, 2015 at 12:13 PM,  <[email protected]> wrote:
> -        FileUtils.deleteDirectory(new File(DataStoreUtils.PATH));
> +        FileUtils.deleteDirectory(new File(DataStoreUtils.getHomeDir()));

You can also possibly use the TemporaryFolder rule [1] which can take
care of managing such directories

Chetan Mehrotra
[1] http://junit.org/javadoc/latest/org/junit/rules/TemporaryFolder.html

Reply via email to