6906510: Fix testcase for 6894643: Separate out dependency on Kerberos
Reviewed-by: weijun
--- a/jdk/test/sun/security/krb5/auto/SSL.java Mon Nov 16 15:33:05 2009 +0100
+++ b/jdk/test/sun/security/krb5/auto/SSL.java Wed Dec 02 17:06:50 2009 +0000
@@ -48,7 +48,7 @@
KDC kdc = KDC.create(OneKDC.REALM);
// Run this after KDC, so our own DNS service can be started
try {
- SERVER = InetAddress.getLocalHost().getHostName();
+ SERVER = InetAddress.getLocalHost().getHostName().toLowerCase();
} catch (java.net.UnknownHostException e) {
SERVER = "localhost";
}