RFR 8075575/8075576: 2 com/sun/security/auth tests failed in certain env

Weijun Wang weijun.wang at oracle.com
Thu Mar 26 05:28:42 UTC 2015


Please review the change at

    http://cr.openjdk.java.net/~weijun/8075575/webrev.00

The test checks for certain English text in the output, and cannot find 
if running in another locale. Tests now forced running in English.

I've tried modifying the tests to check for localized texts returning 
from ResourceBundle.getgetBundle().getString(). The test is not easy to 
read and in one test MessageFormat.format() needs to be called. I 
abandon this attempt and choose the current fix.

Thanks
Max



More information about the security-dev mailing list