fixing path in folder test

This commit is contained in:
gwoo 2009-08-02 19:30:16 -07:00
parent 4583873379
commit 5055ce3049

View file

@ -169,7 +169,7 @@ class FolderTest extends CakeTestCase {
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';