Project

General

Profile

Actions

Bug #64409

closed

Bug #40005: Several unit tests fail under Windows system

Failing unit tests on windows because of symlinks

Added by Stephan Großberndt about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2015-01-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When running the TYPO3 CMS unit tests on Windows errors ocurr, if the windows configuration is not set accordingly:

1) TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest::removeDirectoryRemovesSymlink
symlink(): Cannot create symlink, error code(1314)

D:\typo3\master\typo3\sysext\extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest.php:172
D:\typo3\master\Packages\Libraries\phpunit\phpunit\phpunit:62

2) TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest::removeDirectoryDoesNotRemoveContentOfSymlinkedTargetDirectory
symlink(): Cannot create symlink, error code(1314)

D:\typo3\master\typo3\sysext\extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest.php:193
D:\typo3\master\Packages\Libraries\phpunit\phpunit\phpunit:62

According to http://wiki.typo3.org/Flow_Installation_Hints special rights have to be set on Windows in order to be able to create symlinks.

If TYPO3 is running on Windows, the install tool should try to create a symlink and display a warning if it fails and hint to the according configuration help.

Actions

Also available in: Atom PDF