RFR: 8328670: Automate and open source few closed manual applet test [v2]
Tejesh R
tr at openjdk.org
Fri Mar 22 09:15:21 UTC 2024
On Fri, 22 Mar 2024 08:56:49 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> test/jdk/javax/swing/JInternalFrame/Ctrli.java line 86:
>>
>>> 84: if (!iPressed) {
>>> 85: throw new RuntimeException("Test failed: CTRL+I not pressed.");
>>> 86: }
>>
>> Console print mentioning "Test Passed" would bring some clarity about the test status I guess.
>
> Don't think so. Test is all about CTRL+I pressed, if it fails that means event is not triggered.
Not for failure case, I meant for Pass case.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18428#discussion_r1535271317
More information about the client-libs-dev
mailing list