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

Anthony Scarpino anthony.scarpino at oracle.com
Fri Dec 9 21:09:07 UTC 2016


Looks good.

Tony

On 12/09/2016 12: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