On Fri, 5 Feb 2021 05:06:23 GMT, Alexander Zuev <[email protected]> wrote:
>> test/jdk/javax/swing/JCheckBox/ImageCheckboxFocus/ImageCheckboxTest.java
>> line 68:
>>
>>> 66: throw new Exception("Changing focus is not visualized");
>>> 67: }
>>> 68: } finally {
>>
>> try/finally block is not needed?
>
> No, forgot to remove it. Not that it makes test invalid, but better get rid
> of it. Fixed.
Looks fine, I assume that this test was checked via mach5 since the fix is in
aqua and the test is cross-platform.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2384