Skip to content

Commit

Permalink
Adding test case to validation for sbcglobal.net addresses closes #6065
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8016 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed Feb 6, 2009
1 parent 4b00c29 commit 9d24c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/cases/libs/validation.test.php
Expand Up @@ -1492,6 +1492,7 @@ function testEmail() {
$this->assertTrue(Validation::email('abc.efg@12345.co.jp'));
$this->assertTrue(Validation::email('abc@g.cn'));
$this->assertTrue(Validation::email('abc@x.com'));
$this->assertTrue(Validation::email('henrik@sbcglobal.net'));

// all ICANN TLDs
$this->assertTrue(Validation::email('abc@example.aero'));
Expand Down

0 comments on commit 9d24c17

Please sign in to comment.