stable

Clone or download

Read-only

REST tests for burndown

part of story request #9551 Burndown improvement It test a complex burndown tree with updated values on couple of days Change-Id: I9df601d5c34c82a86bdd3687b2b1ee287afeb812

Modified Files

Name
M plugins/agiledashboard/tests/rest/KanbanTest.php +28 −30 Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +1 −1 Go to diff View file
M plugins/tracker/tests/rest/XML/ArtifactTest.php +14 −8 Go to diff View file
M tests/lib/TestDataBuilder.php +1 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +63 −45 Go to diff View file
M tests/rest/ArtifactsTest.php +75 −0 Go to diff View file
M tests/rest/CardsTest.php +1 −1 Go to diff View file
M tests/rest/MilestoneBacklogTest.php +6 −6 Go to diff View file
M tests/rest/MilestonesCardwallTest.php +4 −4 Go to diff View file
M tests/rest/TrackersTest.php +28 −22 Go to diff View file
A tests/rest/_fixtures/09-burndown-cache-generation/project.xml +1334 −0 Go to diff View file
A tests/rest/_fixtures/09-burndown-cache-generation/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/09-burndown-cache-generation/users.xml +10 −0 Go to diff View file
M tests/rest/bin/setup.sh +1 −0 Go to diff View file