stable

Clone or download

Read-only

Soap tests NG

Align SOAP and REST test execution in order to leverage XML import. This allow to remove most of the hacks we have done on our test suites Part of request #10713 REST test should not depend on Tuleap internal API Change-Id: I107247e90738f033abd1ede085bcb89a8750c3ae

Modified Files

Name
M Makefile +0 −94 Go to diff View file
M src/common/project/ProjectCreationData.class.php +1 −1 Go to diff View file
M src/common/xml/resources/project-definition.rnc +2 −1 Go to diff View file
M src/common/xml/resources/project/project-definition.rng +5 −0 Go to diff View file
M tests/Jenkinsfile +1 −1 Go to diff View file
M tests/bin/generate-phpunit-testsuite-soap.php +4 −4 Go to diff View file
D tests/lib/soap/DatabaseInitialization.php +0 −33 Go to diff View file
M tests/lib/soap/SOAPBase.php +1 −2 Go to diff View file
M tests/lib/soap/TestDataBuilder.php +9 −212 Go to diff View file
M tests/lib/soap/init_data.php +2 −6 Go to diff View file
D tests/lib/soap/init_db.php +0 −25 Go to diff View file
D tests/rest/bin/dbtest.inc.dist +0 −24 Go to diff View file
D tests/rest/bin/integration_tests.inc.dist +0 −52 Go to diff View file
A tests/soap/_fixtures/01-project/project.xml +50 −0 Go to diff View file
A tests/soap/_fixtures/01-project/user_map.csv +3 −0 Go to diff View file
A tests/soap/_fixtures/01-project/users.xml +17 −0 Go to diff View file
D tests/soap/bin/dbtest.inc.dist +0 −24 Go to diff View file
D tests/soap/bin/integration_tests.inc.dist +0 −52 Go to diff View file
A tests/soap/bin/run.sh +28 −0 Go to diff View file
A tests/soap/bin/setup.sh +106 −0 Go to diff View file
A tests/soap/bin/test_suite.sh +21 −0 Go to diff View file
A tests/soap/etc/soap-tests.conf +27 −0 Go to diff View file