Merge "Upgrade commons-validator to 1.6"

This commit is contained in:
David Pursehouse
2017-04-11 07:39:33 +00:00
committed by Gerrit Code Review
3 changed files with 242 additions and 39 deletions

View File

@@ -417,7 +417,7 @@ public class AccountIT extends AbstractDaemonTest {
"@example.com",
// Non-supported TLD (see tlds-alpha-by-domain.txt)
"new.email@example.blog");
"new.email@example.africa");
for (String email : emails) {
EmailInput input = new EmailInput();
input.email = email;