stable

Clone or download

Read-only

request #17895 TTM do not check if a test is already on the campaign

Backend of testmanagement do not check if a test is in a campaign. This cases can false the result bar wich will count the new test execution concerning a same test case. Change-Id: I6ecd2ef01d6896ca13cd85448ed454f992ae8bbd

Modified Files

Name
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +32 −3 Go to diff View file
A plugins/testmanagement/include/TestManagement/REST/v1/Execution/ListOfDefinitionsForCampaignRetriever.php +82 −0 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/CampaignsTest.php +32 −0 Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/REST/v1/ListOfDefinitionsForCampaignRetrieverTest.php +133 −0 Go to diff View file