stable

Clone or download

Read-only

add rest tests on /roadmaps/{id}/tasks

part of story #19734: have a Roadmap widget on dashboard In order to be able to test the route, we need to have a fully functional widget import Example of importable widget: <widget name="plugin_roadmap_project_widget"> <preference name="roadmap"> <reference name="tracker_id" REF="T754"/> </preference> </widget> Change-Id: I5978d4471fc0e78c1797305f08cfb5b4a5dda889

Modified Files

Name
M plugins/roadmap/include/Roadmap/REST/v1/RoadmapResource.php +1 −0 Go to diff View file
A plugins/roadmap/include/Roadmap/Widget/RoadmapConfigureAtXMLImport.php +93 −0 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +7 −0 Go to diff View file
A plugins/roadmap/tests/rest/_fixtures/roadmap/project.xml +181 −0 Go to diff View file
A plugins/roadmap/tests/rest/_fixtures/roadmap/user_map.csv +1 −0 Go to diff View file
A plugins/roadmap/tests/rest/_fixtures/roadmap/users.xml +28 −0 Go to diff View file
A plugins/roadmap/tests/rest/setup.sh +4 −0 Go to diff View file
A plugins/roadmap/tests/rest/v1/RoadmapResourceTest.php +50 −0 Go to diff View file
A plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php +170 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +1 −0 Go to diff View file
M plugins/tracker/resources/tracker-definition.rnc +1 −1 Go to diff View file
M plugins/tracker/resources/tracker-definition.rng +1 −1 Go to diff View file
M plugins/tracker/resources/tracker.rng +1 −1 Go to diff View file
M plugins/tracker/resources/trackers.rng +1 −1 Go to diff View file
M src/common/xml/resources/project/project.rng +1 −1 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +1 −1 Go to diff View file