Bug #59527
closed
Functional Test: force the storage record to be caseSensitive "1"
Added by Fabien Udriot over 10 years ago.
Updated about 6 years ago.
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.
- Status changed from New to Under Review
This issues is particularly visible on Mac OS where the file system is case insensitive. Steps to reproduce:
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
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
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
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
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF