Integrated: 8255002: Many javafx.controls unit tests have incorrect name containing impl_*

Ajit Ghaisas aghaisas at openjdk.java.net
Thu Oct 22 06:40:08 UTC 2020


On Tue, 20 Oct 2020 12:18:10 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> It is a test cleanup work.
> 
> Issue :
> Many unit tests in javafx.controls module have incorrect naming that use text "impl_" in names and comments.
> The test code correctly avoids using impl_* methods (as they were removed in JDK 9), but test names still have "impl_" in them.
> 
> Fix :
> These tests are renamed by replacing impl_* with appropriate css method.

This pull request has now been integrated.

Changeset: ae1fb61a
Author:    Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/ae1fb61a
Stats:     156 lines in 22 files changed: 0 ins; 15 del; 141 mod

8255002: Many javafx.controls unit tests have incorrect name containing impl_*

Reviewed-by: arapte

-------------

PR: https://git.openjdk.java.net/jfx/pull/326


More information about the openjfx-dev mailing list