RFR: 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Mar 20 05:22:19 UTC 2024
On Wed, 20 Mar 2024 04:28:47 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:
>
> Removing setLocation() on frame;
Marked as reviewed by psadhukhan (Reviewer).
test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java line 47:
> 45: public class MultiResolutionCursorTest {
> 46: static final int sizes[] = {8, 16, 32, 128};
> 47: static final Color colors[] = {Color.WHITE, Color.RED, Color.GREEN, Color.BLUE};
colors could be made local..
-------------
PR Review: https://git.openjdk.org/jdk/pull/18357#pullrequestreview-1947960516
PR Review Comment: https://git.openjdk.org/jdk/pull/18357#discussion_r1531521432
More information about the client-libs-dev
mailing list