On Fri, 22 Apr 2022 18:02:47 GMT, Alisen Chung <ach...@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