<i18n dev> Integrated: 8266784: java/text/Collator/RuleBasedCollatorTest.java fails with jtreg 6

Naoto Sato naoto at openjdk.java.net
Tue May 11 22:44:58 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.

This pull request has now been integrated.

Changeset: f6c5a6bb
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f6c5a6bbf14603c0f4832e5793c48ae1308a7414
Stats:     8 lines in 1 file changed: 0 ins; 0 del; 8 mod

8266784: java/text/Collator/RuleBasedCollatorTest.java fails with jtreg 6

Reviewed-by: joehw

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

PR: https://git.openjdk.java.net/jdk/pull/3959


More information about the i18n-dev mailing list