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

2022-08-19 Thread Alexander Matveev
On Fri, 19 Aug 2022 15:41:47 GMT, Alexey Semenyuk 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" >

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

2022-08-19 Thread Alexey Semenyuk
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