Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.5.0
-
None
Description
The specification states that a repository may create a new document version when a contentStream is deleted.
SetAndDeleteContentTest does not handle this scenario, therefore if the repository does create a new version when a contentStream is deleted and does not support the update of a document that is not the current version, the test will fail (because setContentStream() will be called on a previous document version, the one prior to the deleteContentStream call).