RFR: JDK-8340555 : Open source DnD tests - Set4 [v6]

Harshitha Onkar honkar at openjdk.org
Wed Oct 2 17:21:41 UTC 2024


On Wed, 2 Oct 2024 15:56:27 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comment fixes
>
> test/jdk/java/awt/dnd/DragToAnotherScreenTest.java line 153:
> 
>> 151:                                                   "stringFlavor is not supported by Transferable",
>> 152:                                                   "Test Failed", JOptionPane.ERROR_MESSAGE);
>> 153:                     PassFailJFrame.forceFail();
> 
> Provide the reason:
> Suggestion:
> 
>                     PassFailJFrame.forceFail("stringFlavor is not supported by Transferable");

Added it , additionally logging the errors in PFJ.logArea()

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21213#discussion_r1784930160


More information about the client-libs-dev mailing list