Actions
Task #78408
closedSkip one failing unit test in TYPO3 6.2
Start date:
2016-10-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In order to have tests on TYPO3 6.2 automatically run by Bamboo, we need to skip one test that fails due to invalid locale settings. This very test has been removed in master and in TYPO3 7.6 earlier.
TYPO3\CMS\Form\Tests\Unit\Validation\IntegerValidatorTest::isValidForInvalidInputReturnsFalse with data set "12,1 for de_DE locale" (array('12,1', 'de_DE'))
Failed asserting that true is false.
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50350
Updated by Anja Leichsenring about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4f5926a845323537602b70641350a6c38f97fe98.
Actions