On Sat, 13 Aug 2022 11:45:00 GMT, Jay Bhaskar <[email protected]> wrote:
> Issue: test Bug LocalStorageTest does not cleanup post execution > Solution: Path for LocalStorageDir changed to modules/javafx.web/build/. Now > the LocalStorageDir is deleted after post execution. Moving `LocalStorageDir` to be under `build/` is good, and makes this less of an issue, but I still see the directory present after running the test. So either `deleteRecursively` is not being called or it doesn't always work. Btw, you need to revert the inadvertent deletion of `.idea/modules.xml` ------------- PR: https://git.openjdk.org/jfx/pull/869
