On Tue, 5 Jul 2022 18:58:21 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> there is nothing in javafx.swing/src/test/java (no tests??) >> git does not version directories, unlike some other VCs. I wonder if we >> should either add a dummy file there, or may be create a test? > > FWIW, the only test in `modules/javafx.swing/src/test/java` was removed by > [JDK-8234110](https://bugs.openjdk.org/browse/JDK-8234110). While we could > put in a dummy test class, the nature of the javafx.swing module is that unit > tests are unlikely to be useful (which is why the one test that was there was > moved to the system tests area with all the other Swing interop tests). will remove src/test/java from swing .classpath thank you, Kevin. ------------- PR: https://git.openjdk.org/jfx/pull/804