[BUGFIX] Unnatural processing order in IRRE tests
The IRRE tests for creating and modifying records first process offer, hotel then content which is the unnatural order compared to the processing delivered by the FormEngine (t3lib_TCEforms). To avoid incorrect testing behaviour and invalid testing results, the order is changed to content, hotel and offer (parent to child). Resolves: #56374 Releases: 6.2 Change-Id: Ib14fc2d50b493e4be982faeba77401b320868639 Reviewed-on: https://review.typo3.org/27887 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/core/Tests/Functional/DataHandling/AbstractDataHandlerActionTestCase.php 6 additions, 0 deletions...tional/DataHandling/AbstractDataHandlerActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/Framework/ActionService.php 39 additions, 1 deletion...Tests/Functional/DataHandling/Framework/ActionService.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/AbstractActionTestCase.php 8 additions, 8 deletions...nctional/DataHandling/IRRE/CSV/AbstractActionTestCase.php
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/changeParentContentSorting.csv 3 additions, 3 deletions...IRRE/CSV/DataSet/Assertion/changeParentContentSorting.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/copyPage.csv 5 additions, 5 deletions...onal/DataHandling/IRRE/CSV/DataSet/Assertion/copyPage.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/copyParentContent.csv 4 additions, 4 deletions...Handling/IRRE/CSV/DataSet/Assertion/copyParentContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/createNCopyParentContentNHotelNOfferChildren.csv 5 additions, 5 deletions...ssertion/createNCopyParentContentNHotelNOfferChildren.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/createNLocalizeParentContentNHotelNOfferChildren.csv 5 additions, 5 deletions...tion/createNLocalizeParentContentNHotelNOfferChildren.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/createParentContent.csv 4 additions, 4 deletions...ndling/IRRE/CSV/DataSet/Assertion/createParentContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/createParentContentNHotelNOfferChildren.csv 4 additions, 4 deletions...Set/Assertion/createParentContentNHotelNOfferChildren.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/deletePage.csv 3 additions, 3 deletions...al/DataHandling/IRRE/CSV/DataSet/Assertion/deletePage.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/deleteParentContent.csv 3 additions, 3 deletions...ndling/IRRE/CSV/DataSet/Assertion/deleteParentContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/localizeParentContent.csv 4 additions, 4 deletions...ling/IRRE/CSV/DataSet/Assertion/localizeParentContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyOnlyHotelChild.csv 3 additions, 3 deletions...dling/IRRE/CSV/DataSet/Assertion/modifyOnlyHotelChild.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyParentContent.csv 3 additions, 3 deletions...ndling/IRRE/CSV/DataSet/Assertion/modifyParentContent.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyParentNAddHotelChild.csv 3 additions, 3 deletions...IRRE/CSV/DataSet/Assertion/modifyParentNAddHotelChild.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyParentNChangeHotelChildrenSorting.csv 3 additions, 3 deletions...Set/Assertion/modifyParentNChangeHotelChildrenSorting.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyParentNDeleteHotelChild.csv 3 additions, 3 deletions...E/CSV/DataSet/Assertion/modifyParentNDeleteHotelChild.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/modifyParentNHotelChild.csv 3 additions, 3 deletions...ng/IRRE/CSV/DataSet/Assertion/modifyParentNHotelChild.csv
- typo3/sysext/core/Tests/Functional/DataHandling/IRRE/CSV/DataSet/Assertion/moveParentContentToDifferentPage.csv 3 additions, 3 deletions...SV/DataSet/Assertion/moveParentContentToDifferentPage.csv
Please register or sign in to comment