On Fri, 19 Aug 2022 15:41:47 GMT, Alexey Semenyuk <asemen...@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