On Fri, 18 Mar 2022 21:08:56 GMT, Bradford Wetmore <[email protected]> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> more test case udpate
>
> test/jdk/javax/net/ssl/SSLException/CheckSSLHandshakeException.java line 32:
>
>> 30: import java.util.Objects;
>> 31:
>> 32: public class CheckSSLHandshakeException {
>
> My personal preference would have been to combine all of these into a single
> testfile to minimize clutter in the logs and directories, but no strong
> objection.
I understand. I would like to have them in separated test cases so that it is
easier to monitor the regressions in the future.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7722