On Tue, 25 Jan 2022 12:09:31 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8251481: Using global stageLoader now > > modules/javafx.controls/src/test/java/test/javafx/scene/control/TableCellTest.java > line 385: > >> 383: StageLoader loader = new StageLoader(table); >> 384: >> 385: loader.dispose(); > > note that the loader isn't disposed if the test fails - that's why there's an > instance field (which will be disposed in cleanup), which should be used here done ------------- PR: https://git.openjdk.java.net/jfx/pull/716