[TASK] Assert clean reference index after DataHandler tests
To verify DataHandler properly calculates correct reference index entries, the AbstractDataHandlerActionTestCase is extended to test in tearDown() whether the reference index is clean. If not, the according test fails. This should put an end to broken reference index entries once fully rolled out. For now, the main ext:core DataHandler tests come with this test enabled, the workspace related tests will have dedicated patches. Change-Id: I583fb109d24a9eff30966d0d20672552f187b709 Releases: master, 10.4 Resolves: #92467 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65953 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php 6 additions, 0 deletions...Functional/Controller/Page/LocalizationControllerTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 21 additions, 0 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/DataSet/LiveDefaultElements.csv 10 additions, 0 deletions.../DataHandling/DataHandler/DataSet/LiveDefaultElements.csv
- typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php 5 additions, 0 deletions...re/Tests/Functional/DataHandling/DataHandler/HookTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/DataSet/LiveDefaultElements.csv 17 additions, 0 deletions...nctional/DataHandling/FAL/DataSet/LiveDefaultElements.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/ActionTest.php 6 additions, 1 deletion...e/Tests/Functional/DataHandling/FAL/Modify/ActionTest.php
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/changeContentSorting.csv 16 additions, 1 deletion.../DataHandling/FAL/Modify/DataSet/changeContentSorting.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/copyContent.csv 20 additions, 5 deletions...unctional/DataHandling/FAL/Modify/DataSet/copyContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/copyContentToLanguage.csv 24 additions, 9 deletions...DataHandling/FAL/Modify/DataSet/copyContentToLanguage.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/createContentWFileReference.csv 18 additions, 3 deletions...ndling/FAL/Modify/DataSet/createContentWFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/createContentWFileReferenceNDeleteFileReference.csv 17 additions, 4 deletions...taSet/createContentWFileReferenceNDeleteFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/deleteContent.csv 14 additions, 7 deletions...ctional/DataHandling/FAL/Modify/DataSet/deleteContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/localizeContent.csv 27 additions, 12 deletions...ional/DataHandling/FAL/Modify/DataSet/localizeContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContent.csv 16 additions, 3 deletions...ctional/DataHandling/FAL/Modify/DataSet/modifyContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContentNAddFileReference.csv 18 additions, 7 deletions...ing/FAL/Modify/DataSet/modifyContentNAddFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContentNDeleteAllFileReference.csv 14 additions, 7 deletions...L/Modify/DataSet/modifyContentNDeleteAllFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContentNDeleteFileReference.csv 15 additions, 6 deletions.../FAL/Modify/DataSet/modifyContentNDeleteFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/modifyContentWFileReference.csv 16 additions, 5 deletions...ndling/FAL/Modify/DataSet/modifyContentWFileReference.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/moveContentToDifferentPage.csv 16 additions, 1 deletion...andling/FAL/Modify/DataSet/moveContentToDifferentPage.csv
- typo3/sysext/core/Tests/Functional/DataHandling/FAL/Modify/DataSet/moveContentToDifferentPageNChangeSorting.csv 16 additions, 1 deletion...dify/DataSet/moveContentToDifferentPageNChangeSorting.csv
Please register or sign in to comment