RFR: 8281284 : Write JSlider accessibility test [v2]

lawrence.andrews duke at openjdk.java.net
Wed Feb 23 02:07:46 UTC 2022


On Mon, 7 Feb 2022 10:48:03 GMT, Artem Semenov <asemenov at openjdk.org> wrote:

>> lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added @key headful
>
> 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 ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7355



More information about the client-libs-dev mailing list