On Wed, 23 Feb 2022 02:03:24 GMT, lawrence.andrews <d...@openjdk.java.net> wrote:
>> test/jdk/javax/accessibility/JSlider/JSliderAccessibilityTest.java line 68: >> >>> 66: frame.setLocationRelativeTo(null); >>> 67: frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); >>> 68: frame.setVisible(true); >> >> Please add instructions to the test on how to take it on all intended >> platforms. And also when to consider that the test is passed correctly. > > @savoptik this is automated test. Are you suggesting me to change the test to > manual ? converted the test to manual ------------- PR: https://git.openjdk.java.net/jdk/pull/7355