Code Review Request, JDK-8171003, A couple of JSSE tests have been failing after JDK-8170329

Sean Mullan sean.mullan at oracle.com
Fri Dec 9 21:08:43 UTC 2016


Looks fine to me.

--Sean

On 12/9/16 3:54 PM, Xuelei Fan wrote:
> Hi,
>
> Please review this typo issue introduced in JDK-8170329.
>
> $ hg diff test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
>      @Override
> -    protected boolean isCustomizeClientConnection() {
> +    protected boolean isCustomizedClientConnection() {
>          return true;
>      }
>
> $ hg diff
> test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java
>      @Override
> -    protected boolean isCustomizeClientConnection() {
> +    protected boolean isCustomizedClientConnection() {
>          return true;
>      }
>
> Thanks,
> Xuelei



More information about the security-dev mailing list