6906510: Fix testcase for 6894643: Separate out dependency on Kerberos

Reviewed-by: weijun
This commit is contained in:
Vinnie Ryan 2009-12-02 17:06:50 +00:00
parent 0a8ab811e9
commit 6e6324c607

View File

@ -48,7 +48,7 @@ public class SSL {
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";
}