RFR: 8276490: Incorrect path for duplicate x and y values, when path falls outside axis bound [v2]

Abhinay Agarwal duke at openjdk.java.net
Mon Nov 22 13:58:17 UTC 2021


On Wed, 17 Nov 2021 10:07:37 GMT, Ajit Ghaisas <aghaisas at 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


More information about the openjfx-dev mailing list