stable
Clone or download
Read-only
Fix request #17067: Rework of PATCH /testmanagement_campaigns/{id}
XML content sent to PATCH on /testmanagement_campaigns/{id} should be escaped. Change-Id: I741ce3d3eaaf4a1e434da54776369ab22ebd8489
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +17 | −2 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestCaseExecutionPresenter.php | +40 | −0 | Go to diff View file |
A | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataJUnitExtraction/TestSuiteExecutionPresenter.php | +40 | −0 | Go to diff View file |
R | plugins/testmanagement/include/TestManagement/REST/v1/TestsDataFromJunitExtractor.php | Go to diff View file | ||
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/failure-feedback.mustache | +1 | −0 | Go to diff View file |
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/test-case-execution.mustache | +1 | −0 | Go to diff View file |
A | plugins/testmanagement/templates/TestsDataJUnitExtraction/test-suite-execution.mustache | +1 | −0 | Go to diff View file |
M | plugins/testmanagement/tests/unit/TestManagement/REST/TestsDataFromJunitExtractorTest.php | +32 | −11 | Go to diff View file |