Bug #73237
closedMore failing Unit Tests on Windows Systems
100%
Description
Still 2 Unit Tests are failing on Windows System after applying patch for issue #73006
There were 2 failures:
1) TYPO3\CMS\Fluid\Tests\Unit\Core\Cache\FluidTemplateCacheTest::setCallsSetOnBackend
Expectation failed for method name is equal to <string:set> when invoked 1 time(s)
Parameter 1 for invocation TYPO3\CMS\Core\Cache\Backend\BackendInterface::set('test', 'Failed asserting that two strings are equal.
--- Expected
+++ Actual@
@
' test
#'
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Classes\Cache\Frontend\PhpFrontend.php:65
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\fluid\Classes\Core\Cache\FluidTemplateCache.php:61
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\fluid\Tests\Unit\Core\Cache\FluidTemplateCacheTest.php:59
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47
2) TYPO3\CMS\Fluid\Tests\Unit\Core\Cache\FluidTemplateCacheTest::setRemovesLeadingPhpTagBeforeCallingParentWhichAddsLeadingPhpTag
Expectation failed for method name is equal to <string:set> when invoked 1 time(s)
Parameter 1 for invocation TYPO3\CMS\Core\Cache\Backend\BackendInterface::set('test', 'Failed asserting that two strings are equal.
--- Expected
++ Actual@
@
'
test
#'
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\core\Classes\Cache\Frontend\PhpFrontend.php:65
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\fluid\Classes\Core\Cache\FluidTemplateCache.php:61
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\typo3\sysext\fluid\Tests\Unit\Core\Cache\FluidTemplateCacheTest.php:75
D:\Version Control\Git\TYPO3\TYPO3.CMS\master\vendor\phpunit\phpunit\phpunit:47
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46591
Updated by Nicole Cordes almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9d08dae93b2861811df4eadf416b4848c2645fa4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed