RFR: JDK-8344368 : IndependenceSwingTest.java and IndependenceAWTTest.java failed: Selected text & clipboard contents differs [v3]

Alexander Zvegintsev azvegint at openjdk.org
Tue Dec 3 10:49:41 UTC 2024


On Tue, 3 Dec 2024 01:13:09 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   frame title
>
> test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java line 88:
> 
>> 86: 
>> 87:         // TextFields to get the contents of clipboard
>> 88:         tf2 = new TextField();
> 
> Line 82
> 
> 
> --- a/test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java
> +++ b/test/jdk/java/awt/datatransfer/Independence/IndependenceAWTTest.java
> @@ -80,7 +80,7 @@ private static void createAndShowUI() {
>          tf1 = new TextField();
>          tf1.addFocusListener(new FocusAdapter() {
>              public void focusGained(FocusEvent fe) {
> -                tf1.setText("Clipboards_Independance_Testing");
> +                tf1.setText("Clipboards_Independence_Testing");
>              }
>          });
> 
> 
> Same for the `IndependenceSwingTest`

The typos are still there.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22490#discussion_r1867486240


More information about the client-libs-dev mailing list