RFR: 8369251: Opensource few tests [v2]
Andrey Turbanov
aturbanov at openjdk.org
Wed Oct 15 08:46:24 UTC 2025
On Wed, 15 Oct 2025 01:33:11 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Opensourcing few tests
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>
> Frame title
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 70:
> 68:
> 69: addListener();
> 70: frame.setSize (200,200);
Suggestion:
frame.setSize(200, 200);
test/jdk/java/awt/Choice/SelectBetweenPressRelease.java line 102:
> 100:
> 101: // try to hit the first item
> 102: if(System.getProperty("os.name").startsWith("Mac")) {
Suggestion:
if (System.getProperty("os.name").startsWith("Mac")) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2431653421
PR Review Comment: https://git.openjdk.org/jdk/pull/27760#discussion_r2431653908
More information about the client-libs-dev
mailing list