On Wed, 17 Nov 2021 10:07:37 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Abhinay Agarwal has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix condition and add more tests > > modules/javafx.controls/src/test/java/test/javafx/scene/chart/AreaChartTest.java > line 187: > >> 185: } >> 186: >> 187: @Test public void testPathOutsideXBoundsWithDuplicateXAndLowerY() { > > I wonder whether we need another set of similar tests with X and Y > interchanged? > Something like - testPathOutsideYBoundsWithDuplicateYAndLowerX I have added a couple of additional tests ------------- PR: https://git.openjdk.java.net/jfx/pull/667