-
Bug
-
Resolution: Unresolved
-
P4
-
8u60, 10
Pagination tests incorrectly check visibility range, it expects button captions to start from 0, but they start from 1, so the test fails.
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/pagination/PaginationTest/currentPageIndexPropertyTest" Exception java.lang.AssertionError: expected:<10.0> but was:<11.0>
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/pagination/PaginationTest/pageCountPropertyTest" Exception java.lang.AssertionError: expected:<6.0> but was:<5.0>
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/pagination/PaginationTest/currentPageIndexPropertyTest" Exception java.lang.AssertionError: expected:<10.0> but was:<11.0>
RULE "ControlsAutomatedTestSuite/javafx/scene/control/test/pagination/PaginationTest/pageCountPropertyTest" Exception java.lang.AssertionError: expected:<6.0> but was:<5.0>