[BUGFIX] Fix functional tests for EXT:impexp on PostgreSQL
Introduce dedicated fixures for the export data based on the database platform being tested. Due to mysqlnd and PDO based drivers returning different types of values (mainly int vs string) the resulting XML is dependent on the database. Change-Id: I776cfbc28c7355e72c21fa89097077f94225e223 Resolves: #79798 Releases: master Reviewed-on: https://review.typo3.org/51774 Reviewed-by:Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- components/testing_framework/Classes/Core/Functional/FunctionalTestCase.php 87 additions, 0 deletions..._framework/Classes/Core/Functional/FunctionalTestCase.php
- typo3/sysext/impexp/Tests/Functional/Export/AbstractExportTestCase.php 11 additions, 0 deletions...impexp/Tests/Functional/Export/AbstractExportTestCase.php
- typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItem/ExportTest.php 9 additions, 3 deletions...ional/Export/GroupFileAndFileReferenceItem/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItemInFlexForm/ExportTest.php 4 additions, 1 deletion...rt/GroupFileAndFileReferenceItemInFlexForm/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecords/ExportTest.php 4 additions, 1 deletion...ests/Functional/Export/IrreTutorialRecords/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContent/ExportTest.php 4 additions, 1 deletion.../Tests/Functional/Export/PagesAndTtContent/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithImages/ExportTest.php 12 additions, 3 deletions...ctional/Export/PagesAndTtContentWithImages/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithRteImagesAndFileLink/ExportTest.php 4 additions, 1 deletion.../PagesAndTtContentWithRteImagesAndFileLink/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/impexp-group-file-and-file_reference-item-but-images-not-included.xml 0 additions, 0 deletions...-file-and-file_reference-item-but-images-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/impexp-group-file-and-file_reference-item-but-images-not-included.xml.files/c3511df85d21bc578faf71c6a19eeb3ff44af370 0 additions, 0 deletions...cluded.xml.files/c3511df85d21bc578faf71c6a19eeb3ff44af370
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/impexp-group-file-and-file_reference-item-but-images-not-included.xml.files/e1c5c4e1e34e19e2facb438752e06c3f 0 additions, 0 deletions...s-not-included.xml.files/e1c5c4e1e34e19e2facb438752e06c3f
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/impexp-group-file-and-file_reference-item-in-ff.xml 0 additions, 0 deletions...MySQL/impexp-group-file-and-file_reference-item-in-ff.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/impexp-group-file-and-file_reference-item.xml 0 additions, 0 deletions...rtXml/MySQL/impexp-group-file-and-file_reference-item.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/irre-records.xml 0 additions, 0 deletions...unctional/Fixtures/ImportExportXml/MySQL/irre-records.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent-with-corrupt-image.xml 0 additions, 0 deletions...xportXml/MySQL/pages-and-ttcontent-with-corrupt-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent-with-image-but-not-included.xml 0 additions, 0 deletions...MySQL/pages-and-ttcontent-with-image-but-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent-with-image-but-not-included.xml.files/da9acdf1e105784a57bbffec9520969578287797 0 additions, 0 deletions...cluded.xml.files/da9acdf1e105784a57bbffec9520969578287797
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent-with-image.xml 605 additions, 0 deletions.../ImportExportXml/MySQL/pages-and-ttcontent-with-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent-with-rte-image-n-file-link.xml 0 additions, 0 deletions.../MySQL/pages-and-ttcontent-with-rte-image-n-file-link.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent.xml 0 additions, 0 deletions...al/Fixtures/ImportExportXml/MySQL/pages-and-ttcontent.xml
Please register or sign in to comment