RFR: 8278134: Move static utility methods to infrastructure (EditAndScrollTest)
Ajit Ghaisas
aghaisas at openjdk.java.net
Thu Dec 16 11:07:02 UTC 2021
On Thu, 9 Dec 2021 12:43:54 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
> Extracted static test utility methods from EditAndScrollTest into new VirtualizedControlTestUtils, added rudimentary tests for the methods.
This looks good except for a typo which is not introduced by you!
modules/javafx.controls/src/test/java/test/com/sun/javafx/scene/control/infrastructure/VirtualizedControlTestUtils.java line 86:
> 84:
> 85: /**
> 86: * Returns a vertical ScrollBar of the control.
I found this typo. I know, you just moved it from one file to another.. but, it would be good to fix in this PR :)
Typo : This should be - "Returns a horizontal..."
-------------
PR: https://git.openjdk.java.net/jfx/pull/690
More information about the openjfx-dev
mailing list