-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Core - Content REST APIs
We don't have functional tests for some crucial areas of the XML-RPC / SOAP remote APIs.
Currently we have tests for the login operations, basic space operations and basic user operations.
We really need acceptance tests covering every remote operation. Testing XML-RPC only should be good enough as that's backed onto SOAP internally, but we should add at least one moderately complex SOAP test so that we ensure SOAP is deploying properly.
I've also fixed CONF-2583, but this hasn't really been tested at all (had to commit as I am heading back to NY). So make sure to test all operations but especially take care with the getChildren(), getDescendents(), getAncestors() methods.