RFR: 8292316: Tests should not rely on specific JAR file names (jpackage)

Alexander Matveev almatvee at openjdk.org
Fri Aug 19 22:38:45 UTC 2022


On Fri, 19 Aug 2022 15:41:47 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Get rid of dependencies on specific jtreg's jars from jpackage junit tests.
> 
> The troublesome statement was `* @library ${jtreg.home}/lib/junit.jar ${jtreg.home}/lib/hamcrest.jar` in "junit.java". The fix removes "junit.java" and the corresponding "run_junit.sh" file and adds jtreg test declarations to each junit test.

Marked as reviewed by almatvee (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/9944


More information about the core-libs-dev mailing list