On Wed, 21 Apr 2021 10:49:25 GMT, Ambarish Rapte <[email protected]> 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

Reply via email to