RFR: 8284535 : Fix PrintLatinCJKTest.java test that is failing with Parse Exception [v4]

lawrence.andrews duke at openjdk.java.net
Fri Apr 8 18:22:48 UTC 2022


On Tue, 5 Apr 2022 20:38:58 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Dispose the Frame based in EDT
>
> test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 135:
> 
>> 133:             dialog.dispose();
>> 134:             latch.countDown();
>> 135:         });
> 
> This doesn't handle closing the dialog via Close button or Esc. I believe it should also do everything but copying the entered text.

fixed

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

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



More information about the client-libs-dev mailing list