On Wed, 27 May 2020 06:51:41 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
> This is a simple test fix. > > Issue : https://bugs.openjdk.java.net/browse/JDK-8245634 > > After fixing [JDK-8245457,](https://bugs.openjdk.java.net/browse/JDK-8245457) > I found that there are more ignored tests > of similar nature that can be enabled and fixed. A search for ignored tests > with message "impl_cssSet API removed" - > revealed a total 6 occurrences in 4 files - 1) CellTest > 2) CheckBoxTest > 3) ChoiceBoxTest > 4) DateCellTest > > This PR enables and fixes these tests. This pull request has now been integrated. Changeset: c41777e3 Author: Ajit Ghaisas <aghai...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/c41777e3 Stats: 65 lines in 4 files changed: 7 ins; 48 del; 10 mod 8245634: [TestBug] Enable and fix tests ignored with message "impl_cssSet API removed" Reviewed-by: arapte ------------- PR: https://git.openjdk.java.net/jfx/pull/239