Re: RFR 8048621: Implement basic keystore tests

2014-09-02 Thread zaiyao liu
Hi Xuelei, Can you help to push this code for me? Full comments: 8048621: Implement basic keystore tests Reviewed-by: Xuelei Fan Contributed-by: Zaiyao Liu Thanks Kevin 于 2014/9/3 12:36, Xuelei Fan 写道: Looks fine to me. Thanks, Xuelei On 9/3/2014 10:57 AM, zaiyao liu wrote: Hi Xuelei,

Re: RFR 8048621: Implement basic keystore tests

2014-09-02 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 9/3/2014 10:57 AM, zaiyao liu wrote: > Hi Xuelei, > > Thanks for review, please review the update: > http://cr.openjdk.java.net/~tyan/kevin/JDK-8048621/webrev02/ > > Thanks > > Kevin > 于 2014/9/1 17:42, Xuelei Fan 写道: >> Providers.java >> --- >>

Re: RFR 8048621: Implement basic keystore tests

2014-09-02 Thread zaiyao liu
Hi Xuelei, Thanks for review, please review the update: http://cr.openjdk.java.net/~tyan/kevin/JDK-8048621/webrev02/ Thanks Kevin 于 2014/9/1 17:42, Xuelei Fan 写道: Providers.java --- May be not necessary to define Providers.SUN_JCE, Providers.SUNPKCS11_SOLARIS. As add unnecessary

Re: RFR 8048621: Implement basic keystore tests

2014-09-01 Thread Xuelei Fan
Providers.java --- May be not necessary to define Providers.SUN_JCE, Providers.SUNPKCS11_SOLARIS. As add unnecessary dependencies among tests, and slow down the test performance. TestKeyStoreBasic.java -- Better to throw exception, rather than return false so that t

Re: RFR 8048621: Implement basic keystore tests

2014-09-01 Thread zaiyao liu
Hi Xuelei, Can you help to review those tests? Thanks Kevin 于 2014/8/28 9:45, zaiyao liu 写道: Hi All, Please review the code change,the purpose of this fix is implement basic tests for keystore types supported by JDK. Webrev: http://cr.openjdk.java.net/~tyan/kevin/JDK-8048621/webrev01/ Bug:

RFR 8048621: Implement basic keystore tests

2014-08-27 Thread zaiyao liu
Hi All, Please review the code change,the purpose of this fix is implement basic tests for keystore types supported by JDK. Webrev: http://cr.openjdk.java.net/~tyan/kevin/JDK-8048621/webrev01/ Bug: https://bugs.openjdk.java.net/browse/JDK-8048621 Thanks Kevin