RFR: 8265514: Openjfx controls running tests broken (Eclipse) [v2]
Kevin Rushforth
kcr at openjdk.java.net
Thu Apr 22 12:49:21 UTC 2021
On Thu, 22 Apr 2021 09:24:48 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`
>
> Ambarish Rapte has updated the pull request incrementally with one additional commit since the last revision:
>
> change package
Marked as reviewed by kcr (Lead).
-------------
PR: https://git.openjdk.java.net/jfx/pull/472
More information about the openjfx-dev
mailing list