On Wed, 2 Oct 2024 17:49:41 GMT, Harshitha Onkar <[email protected]> wrote:
>> Following tests are added as part of this PR:
>>
>> 1. /java/awt/dnd/DnDHTMLToOutlookTest/DnDHTMLToOutlookTest.java - **Manual
>> PassFailJFrame (PFJ) test**, problemlisted on all platforms.
>>
>> 2. java/awt/dnd/DragSourceMotionListenerTest.java - **Automated test**,
>> problemlisted on windows
>>
>> 3. /java/awt/dnd/DragToAnotherScreenTest.java - **Manual PFJ test**
>>
>> 4. /java/awt/dnd/RejectDragTest.java - **Automated test**, problemlisted on
>> macOS
>
> Harshitha Onkar has updated the pull request incrementally with two
> additional commits since the last revision:
>
> - unused import
> - RejectDragTest
test/jdk/java/awt/dnd/DnDHTMLToOutlookTest/DnDSource.java line 61:
> 59: try {
> 60: m_df = new DataFlavor("text/html; Class=" +
> InputStream.class.getName() + "; charset=UTF-8");
> 61: } catch(Exception e) {
Suggestion:
} catch (Exception e) {
test/jdk/java/awt/dnd/DnDHTMLToOutlookTest/DnDSource.java line 87:
> 85: }
> 86: );
> 87: } catch(Exception e) {
Suggestion:
} catch (Exception e) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21213#discussion_r1785671260
PR Review Comment: https://git.openjdk.org/jdk/pull/21213#discussion_r1785671338