RFR: JDK-8282777: Create a Regression test for JDK-4515031 [v4]
Srinivas Mandalika
smandalika at openjdk.java.net
Thu Jun 9 12:23:36 UTC 2022
On Mon, 23 May 2022 17:11:24 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Review Comments Fixed: Fixed File location path.
>
> test/jdk/javax/accessibility/JFileChooserAccessibleDescriptionTest.java line 89:
>
>> 87: robot.keyPress(KeyEvent.VK_C);
>> 88: robot.keyRelease(KeyEvent.VK_C);
>> 89: robot.keyRelease(KeyEvent.VK_ALT);
>
> What is the purpose of the pressing Alt-C here? Looks like on Mac OS X it does nothing and when i comment them out the test runs in the same way as with it.
As suggested, I have removed this redundant code and verified it on the windows,mac and linux platforms to be working fine.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7738
More information about the client-libs-dev
mailing list