Johannes created CMIS-986: ----------------------------- Summary: InMemoryCMIS 0.14 / PortCMIS: Wrong version label delivered Key: CMIS-986 URL: https://issues.apache.org/jira/browse/CMIS-986 Project: Chemistry Issue Type: Bug Reporter: Johannes
Steps: 1. Create Document of type VersionableType using iFolder.CreateDocument() and VersioningState.Major. The document shows up in the workbench as "1.0" and when I read the cmis:versionLabel I get "1.0". Both as expected. 2. Add version to the document using checkOut and pwc.CheckIn() and major set to true. The document shows up in the workbench as "2.0" but when I read the cmis:versionLabel I get "1.1". The latter is not expected. -- This message was sent by Atlassian JIRA (v6.3.4#6332)