Project

General

Profile

Actions

Bug #73006

closed

Failing Unit Tests on Windows system

Added by Nicole Cordes about 8 years ago. Updated over 5 years ago.

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

100%

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

Description

1) TYPO3\CMS\Core\Tests\Unit\Cache\Backend\FileBackendTest::setCacheDirectoryAllowsRelativePathWithoutTrailingSlash
Failed asserting that two strings are equal.
--- Expected
++ Actual
@ @
-'D:\Server\typo3\master.typo3.local/tmp/foo/test/'
'D:/Server/typo3/master.typo3.local/tmp/foo/test/'

D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Tests\Unit\Cache\Backend\FileBackendTest.php:88
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47

2) TYPO3\CMS\Core\Tests\Unit\Cache\Backend\FileBackendTest::setCacheDirectoryAllowsRelativePathWithTrailingSlash
Failed asserting that two strings are equal.
--- Expected
++ Actual
@ @
-'D:\Server\typo3\master.typo3.local/tmp/foo/test/'
'D:/Server/typo3/master.typo3.local/tmp/foo/test/'

D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Tests\Unit\Cache\Backend\FileBackendTest.php:101
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47

3) TYPO3\CMS\Core\Tests\Unit\Cache\Backend\FileBackendTest::setCacheDirectoryAllowsRelativeDottedPathWithoutTrailingSlash
Failed asserting that two strings are equal.
--- Expected
++ Actual
@ @
-'D:\Server\typo3\master.typo3.local/../tmp/foo/test/'
'D:/Server/typo3/master.typo3.local/../tmp/foo/test/'

D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Tests\Unit\Cache\Backend\FileBackendTest.php:114
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47

4) TYPO3\CMS\Core\Tests\Unit\Cache\Backend\FileBackendTest::setCacheDirectoryAllowsRelativeDottedPathWithTrailingSlash
Failed asserting that two strings are equal.
--- Expected
++ Actual
@ @
-'D:\Server\typo3\master.typo3.local/../tmp/foo/test/'
'D:/Server/typo3/master.typo3.local/../tmp/foo/test/'

D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Tests\Unit\Cache\Backend\FileBackendTest.php:127
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47

Actions

Also available in: Atom PDF