Bug #59527
closedFunctional Test: force the storage record to be caseSensitive "1"
100%
Description
In the context of Functional Tests, makes sure the
storage record in initialized with caseSensitive "1"
which prevents the on-the-fly storage creation
by the Framework as this setting is dependent on the OS.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
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/30693
Updated by Fabien Udriot over 10 years ago
This issues is particularly visible on Mac OS where the file system is case insensitive. Steps to reproduce:
- Install the system as explained here
http://wiki.typo3.org/Functional_testing#.5BDRAFT.5D:_Executing_core_functional_tests_in_TYPO3_CMS_6.2
- Run:
rm -rf typo3temp/functional-*; \ typo3DatabaseName="unittest" typo3DatabaseHost="localhost" typo3DatabaseUsername="root" typo3DatabasePassword="root" \ ./bin/phpunit -c typo3/sysext/core/Build/FunctionalTests.xml typo3/sysext/impexp/Tests/Functional/ImportFromVersionFourDotFive/PagesAndTtContentWithRteImagesAndFileLink
-> should fail
- Apply the patch before re-launching the test.
-> should pass
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30693
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/30693
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32750
Updated by Fabien Udriot about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e3fad76edcd25cdd73030f479ee1c0afd6078aef.