mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
60578: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 60246: Merged DEV to V4.2-BUG-FIX 59624 : MNT-10176 : Cmisaction:setContent: No minor version created Create a new version when execute "Set content stream" or "update properties" actions in CMIS workbench. Add new unit test. 59749 : Merged DEV 59276 : MNT-10175 : CMIS 1.1 API: Two versions are created after appending content stream with isLastChunk=true Create new version of document only on appending last chunk of content 59656 : MNT-10175 : CMIS 1.1 API: Two versions are created after appending content stream with isLastChunk=true Test for versioning around content appending 60185 : MNT-10176 : Cmisaction:setContent: No minor version created Fix some unit test. 60218 : MNT-10176 : Cmisaction:setContent: No minor version created Corrected TestCMIS.testVersioning. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -495,7 +495,17 @@ public class CMISTest
|
||||
|
||||
// checkout/checkin object with mimetype and encoding
|
||||
{
|
||||
objectIdHolder.setValue(objectId);
|
||||
ObjectData objectDa = withCmisService(new CmisServiceCallback<ObjectData>()
|
||||
{
|
||||
@Override
|
||||
public ObjectData execute(CmisService cmisService)
|
||||
{
|
||||
return cmisService.getObjectByPath(repositoryId, path, null, false, IncludeRelationships.NONE, null, false, false, null);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
objectIdHolder.setValue(objectDa.getId());
|
||||
withCmisService(new CmisServiceCallback<Void>()
|
||||
{
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user