RFR: 8352793: Open source several AWT TextComponent tests - Batch 1 [v2]
Phil Race
prr at openjdk.org
Wed Apr 16 21:02:50 UTC 2025
On Wed, 16 Apr 2025 13:41:33 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Open source these AWT TextComponent tests:
>>
>> java/awt/TextComponent/BackgroundTest/BackgroundTest.java
>> java/awt/TextComponent/DisableTest/DisableTest.java
>> java/awt/TextComponent/TextFieldMargin/TextFieldMargin.java
>> java/awt/TextComponent/ModifiersTest/ModifiersTest.java
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated review comments
test/jdk/java/awt/TextComponent/BackgroundTest.java line 70:
> 68:
> 69: PassFailJFrame.builder()
> 70: .title("Test Instructions")
not needed
test/jdk/java/awt/TextComponent/DisableTest.java line 56:
> 54:
> 55: PassFailJFrame.builder()
> 56: .title("Test Instructions")
not needed
test/jdk/java/awt/TextComponent/ModifiersTest.java line 49:
> 47: """;
> 48: PassFailJFrame.builder()
> 49: .title("Test Instructions")
not needed
test/jdk/java/awt/TextComponent/TextFieldMargin.java line 48:
> 46: """;
> 47: PassFailJFrame.builder()
> 48: .title("Test Instructions")
not needed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2047753949
PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2047754776
PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2047755014
PR Review Comment: https://git.openjdk.org/jdk/pull/24656#discussion_r2047756040
More information about the client-libs-dev
mailing list