On Tue, 2 Jul 2024 15:36:59 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fix the SwingNodeJDialogTest.testNodeRemovalBeforeShow test failure > > modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/screencast/TokenStorage.java > line 68: > >> 66: >> 67: private static final String REL_NAME = >> 68: ".java/.robot/screencast-tokens.properties"; > > I recommend changing `.robot` to `robot` (without the dot) to match AWT. The > parent dir already starts with `.` so no need to hide subdirectories. Sure, updated. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1490#discussion_r1663091938