stable

Clone or download

Read-only

Merge commit 'refs/changes/50/6150/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #9321 Refactor REST test suite to leverage XML import

Modified Files

Name
M tests/lib/autoload.php +3 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +3 −0 Go to diff View file
A tests/lib/rest/TestDataBuilderNG.php +62 −0 Go to diff View file
M tests/lib/rest/init_data.php +6 −1 Go to diff View file
D tests/rest/README.md +0 −10 Go to diff View file
A tests/rest/_fixtures/01-private-member/project.xml +33 −0 Go to diff View file
A tests/rest/_fixtures/01-private-member/user_map.csv +5 −0 Go to diff View file
A tests/rest/_fixtures/01-private-member/users.xml +31 −0 Go to diff View file
A tests/rest/_fixtures/02-private/project.xml +20 −0 Go to diff View file
A tests/rest/_fixtures/02-private/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/02-private/users.xml +10 −0 Go to diff View file
A tests/rest/_fixtures/03-public/project.xml +7 −0 Go to diff View file
A tests/rest/_fixtures/03-public/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/03-public/users.xml +3 −0 Go to diff View file
A tests/rest/_fixtures/04-public-member/project.xml +14 −0 Go to diff View file
A tests/rest/_fixtures/04-public-member/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/04-public-member/users.xml +10 −0 Go to diff View file
A tests/rest/_fixtures/05-pbi/project.xml +14 −0 Go to diff View file
A tests/rest/_fixtures/05-pbi/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/05-pbi/users.xml +10 −0 Go to diff View file
A tests/rest/_fixtures/06-dragndrop/project.xml +19 −0 Go to diff View file
A tests/rest/_fixtures/06-dragndrop/user_map.csv +1 −0 Go to diff View file
A tests/rest/_fixtures/06-dragndrop/users.xml +10 −0 Go to diff View file
M tests/rest/bin/setup.sh +55 −25 Go to diff View file
A tests/rest/etc/rest-tests.nginx18.conf +66 −0 Go to diff View file