RFR: 8265514: Openjfx controls running tests broken (Eclipse)
Jeanette Winzenburg
fastegal at openjdk.java.net
Wed Apr 21 11:40:37 UTC 2021
On Wed, 21 Apr 2021 10:49:25 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> As mentioned in JBS the unit test execution fails when tests have a duplicate package name.
> This was introduced by JDK-8204568: it created a test in a new package `test.javafx.css` in controls tests. A similar package already existed in graphics unit tests.
> This is a simple fix to rename the package. Test is moved to existing package in controls test under `test.javafx.scene.control`
modules/javafx.controls/src/test/java/test/javafx/scene/control/PropertySizeTest.java line 27:
> 25:
> 26: package test.javafx.scene.control;
> 27:
ahh .. you moved the test into an existing package - that's fine with me if you are certain that we don't want a dedicated package for css? Locally, I create `test.javafx.scene.control.css` and moved the tests there. But really doesn't matter much :)
-------------
PR: https://git.openjdk.java.net/jfx/pull/472
More information about the openjfx-dev
mailing list