Bug #24441
closed[Unit tests] Failing tests in t3lib_extmgmTest
0%
Description
Those tests currently fail for me in current trunk, this was probably due to change #23815:
canAddFieldsToAllTCATypesBeforeExistingOnes
canAddFieldsToAllTCATypesAfterExistingOnes
canAddFieldsToTCATypeBeforeExistingOnes
canAddFieldsToTCATypeAfterExistingOnes
Example output:
Run this test onlycanAddFieldsToAllTCATypesBeforeExistingOnes
! Failure in test case canAddFieldsToAllTCATypesBeforeExistingOnes
File: /var/www/src/TYPO3v4/Core/trunk/tests/t3lib/t3lib_extmgmTest.php
Line: 184
Failed asserting that <string:fieldA, fieldB, fieldC;labelC;paletteC;specialC, fieldD, newA, newB> is equal to <string:fieldA, fieldB, fieldC;labelC;paletteC;specialC, newA, newB, fieldD>.
fieldA, fieldB, fieldC;labelC;paletteC;specialC,
fieldD,
newA,
newB
newB, fieldD
(issue imported from #M16875)