stable
Clone or download
Read-only
NSS management was introduced in API test suites to avoid errors related to user and project management. With this commit, the problem is ditched entirely by skipping the user and project management when the corresponding base directories are not present on file system. Incidentally this could be used to deploy platforms without NSS at all. It might need some other developments. Part of request #10713 REST test should not depend on Tuleap internal API Change-Id: I107b8c3061c1bb9e45be209dff0ea386e79018d0
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/backend/BackendSystem.class.php | +83 | −31 | Go to diff View file |
M | src/common/user/User.class.php | +1 | −1 | Go to diff View file |
M | tests/rest/bin/setup.sh | +3 | −47 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSystemTest.php | +54 | −53 | Go to diff View file |
M | tests/simpletest/common/user/User_SSHKeyDumperTest.php | +5 | −7 | Go to diff View file |
M | tests/soap/bin/setup.sh | +4 | −3 | Go to diff View file |