RFR: 8304014: Convert test/jdk/java/util/zip/ZipFile/CorruptedZipFiles.java to junit [v3]
Eirik Bjorsnos
duke at openjdk.org
Wed Mar 29 19:22:50 UTC 2023
On Wed, 29 Mar 2023 19:03:08 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Scratch that. It seems my IDE was just not being very cooperative in suggesting or finding JUnit 5 API. When I wrote the imports myself it seems to have improved its behaviour.
>>
>> Do you think it looks better now, @dfuch ?
>
> Yes - this a recent effort. I believe you will need at least jtreg 7, and JUnit 5.8.2
It is worth noting that I did a new local build of jtreg and that may have updated the junit API jar.
I would find that weird because the file name or version of the JAR file was not updated `jtreg/build/deps/junit/junit-platform-console-standalone-1.9.2.jar`. But maybe the content of the file changed?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/12563#discussion_r1152384929
More information about the core-libs-dev
mailing list