RFR: 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Mar 20 03:18:21 UTC 2024


On Tue, 19 Mar 2024 14:01:42 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> Convert test to manual main and move from the dedicated folder
>> Remove old files
>
> Alexander Zuev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Adding library and build clauses

test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java line 63:

> 61:         JFrame frame = new JFrame("Multi-resolution Cursor Test Frame");
> 62:         frame.setSize(300, 300);
> 63:         frame.setLocation(300, 50);

Is setLocation required? I guess PassFailJFrame will take care of that when you call testUI

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18357#discussion_r1531468594


More information about the client-libs-dev mailing list