RFR: JDK-8344368 : IndependenceSwingTest.java and IndependenceAWTTest.java failed: Selected text & clipboard contents differs [v3]
Harshitha Onkar
honkar at openjdk.org
Tue Dec 3 17:17:22 UTC 2024
On Tue, 3 Dec 2024 10:47:05 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> 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.
Missed it. Typo fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22490#discussion_r1868108789
More information about the client-libs-dev
mailing list