Actions
Bug #64657
closedBug #40005: Several unit tests fail under Windows system
Failing unit test in SqlSchemaMigrationServiceTest on Windows systems
Start date:
2015-01-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The test getFieldDefinitionsFileContentHandlesMultipleWhitespacesInFieldDefinitions fails on Windows systems because the expected and actual array have a different array key for the table name. On run time within the code tables names are set explicit to lower cases.
Actions