6906510: Fix testcase for 6894643: Separate out dependency on Kerberos
Reviewed-by: weijun
This commit is contained in:
parent
0a8ab811e9
commit
6e6324c607
@ -48,7 +48,7 @@ public class SSL {
|
|||||||
KDC kdc = KDC.create(OneKDC.REALM);
|
KDC kdc = KDC.create(OneKDC.REALM);
|
||||||
// Run this after KDC, so our own DNS service can be started
|
// Run this after KDC, so our own DNS service can be started
|
||||||
try {
|
try {
|
||||||
SERVER = InetAddress.getLocalHost().getHostName();
|
SERVER = InetAddress.getLocalHost().getHostName().toLowerCase();
|
||||||
} catch (java.net.UnknownHostException e) {
|
} catch (java.net.UnknownHostException e) {
|
||||||
SERVER = "localhost";
|
SERVER = "localhost";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user