Bug #70883
closedFix FloatValidatorTest of EXT:form on windows
100%
Description
The FloatValidatorTest of EXT:form
uses only one locale 'en_US'
when trying to set the locale. This fails on windows.
'12.1 for en_US locale' => array(array('12.1', 'en_US')),
Allowed locales for windows: https://msdn.microsoft.com/en-us/library/39cwe7zf%28v=vs.90%29.aspx
Instead an array can be passed making the test work on windows too.
'12.1 for en_US locale' => array(array('12.1', ['en_US', 'english'])),
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/40477
Updated by Gerrit Code Review about 9 years ago
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/44187
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44187
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44187
Updated by Stephan Großberndt about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 443e549973a43ce88b35bb3f672cac845549ef75.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed