Files
openide/build
Vladislav Yaroshchuk 0c30631ce0 [build] ZipFileReaderTest: cleanup tempDir after each test
Temp dir deletion fails on Windows after the test with
`java.nio.file.DirectoryNotEmptyException: C:\BuildAgent\temp\buildTmp\junit-15918520044684055433`

As stated in https://github.com/junit-team/junit5/issues/2811, it may happen because
some resource is not closed (try-with-resources is missing)

Let's delete all files in the temp directory after the test file-by-file,
and see which file was not closed properly

GitOrigin-RevId: ac3940c2341234fb93cc72b7d3e8b3b65eb20337
2025-02-05 13:47:01 +00:00
..
…
2025-02-03 18:28:40 +00:00
2024-12-30 11:28:24 +00:00
…