Skip to content

Commit

Permalink
fixing path in folder test
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Aug 3, 2009
1 parent 4583873 commit 5055ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/folder.test.php
Expand Up @@ -169,7 +169,7 @@ function testOperations() {
function testChmod() {
$this->skipIf(DIRECTORY_SEPARATOR === '\\', '%s Folder permissions tests not supported on Windows');

$path = TEST_CAKE_CORE_INCLUDE_PATH . 'console' . DS . 'libs' . DS . 'templates' . DS . 'skel';
$path = TEST_CAKE_CORE_INCLUDE_PATH . 'console' . DS . 'templates' . DS . 'skel';
$Folder =& new Folder($path);

$subdir = 'test_folder_new';
Expand Down

0 comments on commit 5055ce3

Please sign in to comment.