jdk/test/sun/security/krb5/auto/SSL.java
changeset 4344 ebd0b1f2e4a2
parent 4236 02f52c723b79
child 4346 aee26e5a53b0
--- 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";
         }