Re: RFR: JDK-8316696: Remove the testing base classes: IntlTest and CollatorTest [v4]

2023-09-29 Thread Justin Lu
On Fri, 29 Sep 2023 22:00:23 GMT, Naoto Sato wrote: >> Justin Lu has updated the pull request with a new target base due to a merge >> or a rebase. The pull request now contains seven commits: >> >> - merge master and resolve conflicts >> - implement feedback >> - cleanup util classes in tex

Re: RFR: JDK-8316696: Remove the testing base classes: IntlTest and CollatorTest [v4]

2023-09-29 Thread Naoto Sato
On Fri, 29 Sep 2023 21:22:01 GMT, Justin Lu wrote: >> Please review this PR which removes the i18n related testing base classes >> `IntlTest` and `CollatorTest` and converts all the tests that use them, >> >> IntlTest and CollatorTest are testing classes which are extended by tests in >> `text

Re: RFR: JDK-8316696: Remove the testing base classes: IntlTest and CollatorTest [v4]

2023-09-29 Thread Justin Lu
> Please review this PR which removes the i18n related testing base classes > `IntlTest` and `CollatorTest` and converts all the tests that use them, > > IntlTest and CollatorTest are testing classes which are extended by tests in > `text/`, `util/Locale`, `util/TimeZone`, and `util/Calendar`. T