changeset 4344:ebd0b1f2e4a2

6906510: Fix testcase for 6894643: Separate out dependency on Kerberos Reviewed-by: weijun
author vinnie
date Wed, 02 Dec 2009 17:06:50 +0000
parents ca8d98aeb09e
children 28e064ec21bb
files jdk/test/sun/security/krb5/auto/SSL.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";
         }