Make open source build pass

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124868265
This commit is contained in:
Justine Tunney 2016-06-14 12:23:33 -07:00
parent 2ac5d3694b
commit 45747fd792
10 changed files with 1059 additions and 12 deletions

View file

@ -121,7 +121,7 @@ public class LoginFlowViaTlsTest extends LoginFlowTestCase {
CidrAddressBlock.create(InetAddresses.forString("2001:db8::1"), 128)))
.build());
sessionMetadata.setTransportCredentials(
new TlsCredentials(GOOD_CERT, Optional.<String>empty(), "goo.example"));
new TlsCredentials(GOOD_CERT, Optional.<String>absent(), "goo.example"));
doFailingTest("login_valid.xml", BadRegistrarIpAddressException.class);
}