From def8f8aad1f38e4d8938fac51b1cfc800a321bf1 Mon Sep 17 00:00:00 2001 From: phpnut Date: Wed, 9 Apr 2008 01:35:04 +0000 Subject: [PATCH] "Removing inline comment" git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6639 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/cases/libs/validation.test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/cake/tests/cases/libs/validation.test.php b/cake/tests/cases/libs/validation.test.php index 6c887a9ca..afca7af5f 100644 --- a/cake/tests/cases/libs/validation.test.php +++ b/cake/tests/cases/libs/validation.test.php @@ -1218,7 +1218,6 @@ class ValidationTestCase extends UnitTestCase { $this->assertFalse(Validation::email('raw@test.ra.ru....com')); } - //Commented out because test is slow, but it does work function testEmailDeep() { $this->assertTrue(Validation::email('abc.efg@cakephp.org', true)); $this->assertFalse(Validation::email('abc.efg@caphpkeinvalid.com', true));