Project

General

Profile

Actions

Bug #42957

closed

Failing test LocalDriverTest on Windows

Added by Jigal van Hemert over 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Category:
Tests
Target version:
Start date:
2012-11-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

Testsuite: TYPO3\CMS\Core\Tests\Unit\Resource\Driver\LocalDriverTest
filesCanBeCopiedToATemporaryPath
Failure in test case filesCanBeCopiedToATemporaryPath
File: D:\TYPO3\TYPO3 extensions\phpunit\PEAR\PHPUnit\Framework\Constraint.php
Line: 92
Failed asserting that 'D:\webserver\xampp\htdocs\typo3temp\fal30EC.tmp.' contains "/typo3temp/".
permissionsAreCorrectlyRetrievedForForbiddenFile
Failure in test case permissionsAreCorrectlyRetrievedForForbiddenFile
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1006
Failed asserting that two arrays are equal.
Array ( 'r' =>true 'w' =>false )
permissionsAreCorrectlyRetrievedForForbiddenFolder
Failure in test case permissionsAreCorrectlyRetrievedForForbiddenFolder
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1036
Failed asserting that two arrays are equal.
Array ( 'r' =>true 'w' =>true )
getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, readable/writable"
Failure in test case getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, readable/writable"
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1103
Failed asserting that two arrays are equal.
Array ( 'r' =>false 'w' =>false )
getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, readable/not writable"
Failure in test case getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, readable/not writable"
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1103
Failed asserting that two arrays are equal.
Array ( 'r' =>true 'w' =>true )
getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, not readable/not writable"
Failure in test case getFilePermissionsReturnsCorrectPermissionsForFilesNotOwnedByCurrentUser with data set "arbitrary group, not readable/not writable"
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1103
Failed asserting that two arrays are equal.
Array ( 'r' =>true 'w' =>true )
renamingFilesChangesFilenameOnDisk with data set "file in rootfolder"
! Error in test case renamingFilesChangesFilenameOnDisk with data set "file in rootfolder"
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Classes\Resource\Driver\LocalDriver.php
Line: 875
Renaming file vfs://base-50a371e07ed2e/mount-50a371e07ed26/fileInRoot to vfs://base-50a371e07ed2e/mount-50a371e07ed26//\/newFile failed.
renamingFoldersChangesFolderNameOnDisk with data set "folder in root folder"
! Error in test case renamingFoldersChangesFolderNameOnDisk with data set "folder in root folder"
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Classes\Resource\Driver\LocalDriver.php
Line: 912
Renaming folder "vfs://base-50a371e0acc19/mount-50a371e0acc11/someFolder/" to "vfs://base-50a371e0acc19/mount-50a371e0acc11/\/newFolder/" failed."
renameFolderReturnsCorrectMappingInformationForAllFiles
! Error in test case renameFolderReturnsCorrectMappingInformationForAllFiles
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Classes\Resource\Driver\LocalDriver.php
Line: 912
Renaming folder "vfs://base-50a371e0cb9d1/mount-50a371e0cb9c9/sourceFolder/" to "vfs://base-50a371e0cb9d1/mount-50a371e0cb9c9/\/newFolder/" failed."
renameFolderRevertsRenamingIfFilenameMapCannotBeCreated
Failure in test case renameFolderRevertsRenamingIfFilenameMapCannotBeCreated
File: D:\TYPO3\TYPO3 extensions\phpunit\PEAR\PHPUnit\Framework\Constraint.php
Line: 92
Failed asserting that 1320375116 is equal to expected exception code 1334160746.
moveFolderWithinStorageReturnsCorrectMappingInformationForAllFiles
Failure in test case moveFolderWithinStorageReturnsCorrectMappingInformationForAllFiles
File: D:\TYPO3\TYPO3 Core Git\typo3\sysext\core\Tests\Unit\Resource\Driver\LocalDriverTest.php
Line: 1489
Failed asserting that null matches expected '/targetFolder/sourceFolder/subFolder/file'.

Actions #1

Updated by Patrick Broens over 11 years ago

  • Complexity set to medium
Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Mathias Schreiber
  • Is Regression set to No

is this still the case?

Actions #3

Updated by Jigal van Hemert over 9 years ago

  • Status changed from Needs Feedback to Closed

6.0 is not maintained anymore.

Actions

Also available in: Atom PDF