Actions
Bug #50196
closedUnit test errors in TYPO3\CMS\Core\Tests\Unit\Utility\File\ExtendedFileUtility
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2013-07-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
This occurs on MacOS X with the build-in PHP 5.3. The apache user does not have root privileges.
Create new file in local storage
! Error in test case createNewFileInLocalStorage
File: /Users/klee/eclipse/typo3_src/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
Line: 237
File /_unitTestedFile.txt does not exist.
Copy file in local storage
! Error in test case copyFileInLocalStorage
File: /Users/klee/eclipse/typo3_src/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php
Line: 237
File /_unitTestedFile.txt does not exist.
Copy folder in local storage
Updated by Markus Klein over 11 years ago
I recently investigated on this.
The reason is a superfluous /
touch("/var/www/html/master/fileadmin//_unitTestedFile.txt")
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
- Target version set to next-patchlevel
- Complexity set to no-brainer
@Markus can you push a patch for this?
Updated by Sebastian Fischer over 10 years ago
Could it be that this test is replaced with TYPO3\CMS\Core\Tests\Functional\Utility\File\ExtendedFileUtilityTest ?
If yes this test case file is working.
Updated by Oliver Klee over 10 years ago
These tests do not fail on my Mac anymore. So this ticket can be closed now.
Updated by Christian Kuhn over 10 years ago
- Status changed from Accepted to Resolved
- Is Regression set to No
Actions