RFR: JDK-8348302 : [Test bug] Update FileDialogIconTest.java [v2]

lawrence.andrews duke at openjdk.org
Fri Feb 7 21:41:14 UTC 2025


On Fri, 7 Feb 2025 21:18:47 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> FileDialogIconTest.java has been updated.
>> 
>> Following changes were made.
>> 
>> -  Test instructions updated
>> -  BugID associated with the test is updated to the correct one
>> -  setIconBufferedImagesToFrame and setIconBufferedImagesToDialog btns added to the frame.
>> -  other minor cleanups
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   spacing

test/jdk/java/awt/Dialog/FileDialogIconTest/FileDialogIconTest.java line 152:

> 150:                         image = Toolkit.getDefaultToolkit().getImage(fileName);
> 151:                         PassFailJFrame.log("Loaded image " + "T" + i + ".gif."
> 152:                                            + "Setting to the list for frame");

Add a space before Setting

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23523#discussion_r1947229342


More information about the client-libs-dev mailing list