On Wed, 27 Jul 2022 18:05:29 GMT, Phil Race <p...@openjdk.org> wrote:
> 1. Do not check in files - you can generate these at run time and then delete > them > > 2. This also means you don't need the extra level of folder - which > should be named something else than the bug id anyway Deleted the previously checked in test files. Added the code to create and delete the test files at run time. FileSizeCheck manual test case file moved outside the folder and kept inside JFileChooser directory. So, there is no extra level of folder now. ------------- PR: https://git.openjdk.org/jdk/pull/9327