Bug #54857
Epic #55070: Workpackages
Epic #54851: WP: Workspaces IRRE & MM bugfixes
Epic #55064: WP: Workspaces test cases / DataHandler bugfixes
Test extensions are not considered in functional test cases
Status: | Resolved | Start date: | 2014-01-09 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Oliver Hader | % Done: | 100% |
|
Category: | Unit/Functional Tests | Spent time: | 1.55 hour | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: | medium |
Description
The functional testing framework offers the possibility to define custom extension to be installed for each test scenario.
However, this does not work at all, only extensions that are available in the original base installation can be used.
The origin of this misbehaviour can be found in this change set:
https://review.typo3.org/#/c/19605/32/typo3/sysext/core/Tests/FunctionalTestCaseBootstrapUtility.php
Related issues
Associated revisions
[BUGFIX] Test extensions not considered in functional tests
The functional testing framework offers the possibility to define
custom extension to be installed for each test scenario. However,
this does not work at all, only extensions that are available in
the original base installation can be used.
This change cleans and adds the package state definition for any
extension to be used during a functional test execution.
Fixes: #54857
Releases: 6.2
Change-Id: I91b1cd1bc5d147287a154283e94d03d1392ac92d
Reviewed-on: https://review.typo3.org/26705
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Thomas Maroschik
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
History
#1 Updated by Oliver Hader over 1 year ago
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Complexity set to medium
#2 Updated by Oliver Hader over 1 year ago
- Subject changed from Test extension are not considered in functional test cases to Test extensions are not considered in functional test cases
#3 Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted 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/26705
#4 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26705
#5 Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26705
#6 Updated by Oliver Hader over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 82a24fa0b7c469cd5659f9d5540b57b6004a47c1.
#7 Updated by Ingo Schmitt over 1 year ago
- Parent task changed from #54852 to #55064