RFR: 8341170: Open source several Choice related tests (part 2) [v2]

Alexander Zuev kizune at openjdk.org
Tue Oct 8 22:24:54 UTC 2024


On Tue, 8 Oct 2024 00:48:09 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove unused test scenario and correct output to reflect it.
>
> test/jdk/java/awt/Choice/ChoiceDragEventsInside/ChoiceDragEventsInside.java line 76:
> 
>> 74:         );
>> 75:         add(choice1);
>> 76:         setLayout(new FlowLayout());
> 
> Frame title missing here and at other places.
> `setTitle("ChoiceDragEventsInside");`

Thanks. Added titles in both places where it was missing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21334#discussion_r1792573217


More information about the client-libs-dev mailing list