On Sat, 12 Dec 2020 22:41:59 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> 1. Would it be possible to turn the test into an automated one? Possibly > using some of the same techniques that the ModuleLauncherTest does? Thank you for the pointer to `ModuleLauncherTest` indeed that was an inspiration for integration. I updated this PR with an integrated test. The new test is derived from the original manual test, but reworked to be automatically checkable. It was verified to fail without the fix and ran clean after. > 2. All of the new files need a proper copyright header (including the new > `build.gradle`). Sorry about that - should be fixed in the updated version. ------------- PR: https://git.openjdk.java.net/jfx/pull/360