Skip to content

Commit

Permalink
Removing outcommented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 13, 2010
1 parent 8e8acfa commit 677ff2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cake/tests/cases/libs/validation.test.php
Expand Up @@ -2201,12 +2201,5 @@ function testUserDefined() {
$this->assertTrue(Validation::userDefined('333', $validator, 'customValidate'));
}

// function testFile() {
// $this->assertTrue(Validation::file(WWW_ROOT . 'img' . DS . 'cake.icon.gif'));
// $this->assertTrue(Validation::file(WWW_ROOT. 'favicon.ico'));
// $this->assertTrue(Validation::file(WWW_ROOT. 'index.php'));
// $this->assertTrue(Validation::file(WWW_ROOT. 'css' . DS . 'cake.generic.css'));
// $this->assertTrue(Validation::file(TEST_CAKE_CORE_INCLUDE_PATH. 'VERSION.txt'));
// }
}
?>

0 comments on commit 677ff2d

Please sign in to comment.