Closed octo47 closed 9 years ago
@octo47 does this only happen for IDE? I remember maven will clean up directory before running the tests. https://github.com/zk1931/jzab/blob/master/pom.xml#L151
Yes, that happens in IDE.
Thank you!
sorry for the delays :)
now if you run tests from IDE they would probably fail, because of dirty directory. so jzab will take previous state from directory and start would not be clean. It is better to clean up test directory before run and this PR adds mall method @Before to cleanup dir.