RFR: 8265514: Openjfx controls running tests broken (Eclipse) [v2]

Ambarish Rapte arapte at openjdk.java.net
Thu Apr 22 09:24:48 UTC 2021


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/472/files
  - new: https://git.openjdk.java.net/jfx/pull/472/files/6d34660e..267d5f68

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=472&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=472&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jfx/pull/472.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/472/head:pull/472

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


More information about the openjfx-dev mailing list