RFR: 8284767: Create an automated test for JDK-4422535 [v2]

Srinivas Mandalika smandalika at openjdk.java.net
Tue Apr 26 09:28:29 UTC 2022


On Fri, 22 Apr 2022 18:02:47 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review Comments Fixed: Simplified test code with a loop over the JComponents being tested.
>
> test/jdk/javax/accessibility/4422535/SetCurrentAccessibleValueTest.java line 93:
> 
>> 91:         }
>> 92: 
>> 93:         if (!jScrollBar.getAccessibleContext().getAccessibleValue()
> 
> maybe you could write a loop to run each component?

Done. Simplified test code with a loop over the JComponents being tested.

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

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



More information about the client-libs-dev mailing list