Project

General

Profile

Bug #86360

Updated by Tymoteusz Motylewski over 5 years ago

Since https://review.typo3.org/#/c/58357/ 

 these 2 tests are failing: 
 <pre> 
 TYPO3\CMS\Extbase\Tests\Functional\Persistence\TranslationTest::fetchingHiddenPostsReturnsHiddenOverlay 
 Failed asserting that two strings are identical. 
 --- Expected 
 +++ Actual 
 @@ @@ 
 -'Post10' 
 +'GR:Post1' 

 TYPO3\CMS\Extbase\Tests\Functional\Persistence\TranslationTest::fetchingHiddenPostsWithIgnoreEnableField 
 Failed asserting that two strings are identical. 
 --- Expected 
 +++ Actual 
 @@ @@ 
 -'Post10' 
 +'Post1' 

 </pre>

Back