RFR: 8266784: java/text/Collator/RuleBasedCollatorTest.java fails with jtreg 6
Joe Wang
joehw at openjdk.java.net
Tue May 11 04:27:02 UTC 2021
On Mon, 10 May 2021 23:12:04 GMT, Naoto Sato <naoto at openjdk.org> wrote:
> Please review this test case fix for the upcoming jtreg 6. The test was using `@BeforeGroups` annotation, and the behavior of it has changed in TestNG 7.1 so that it is only issued when the test was configured with filtering. Changed to use `@BeforeClass` instead.
Marked as reviewed by joehw (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3959
More information about the core-libs-dev
mailing list