On Wed, 29 Apr 2020 09:58:21 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
> > > didn't look closely, just wondering why you need a system test for this? The system test file `TabPanePermuteGetTabsTest` was added to address exact similar kind of issue [JDK-8222457](https://bugs.openjdk.java.net/browse/JDK-8222457). The current issue [JDK-8237602](https://bugs.openjdk.java.net/browse/JDK-8237602) is just another case of same type. So it seems good to add a new test with similar existing tests. I myself had fixed the previous issue, Can't remember why did I not consider of a unit test then 🤔. ------------- PR: https://git.openjdk.java.net/jfx/pull/201