mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
105374: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) 105132: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3) 104888: Merged DEV to V4.2-BUG-FIX (4.2.5) 104492: MNT-10962: Versioning for cmis:document not working initially - Use default values in the content model for autoVersion. - Test to ensure that version properties for node created via CMIS are set wrt contentModel. - TCK is now run with autoVersion=false. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@105408 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -48,7 +48,7 @@ public class TestPublicApiAtomPub10TCK extends AbstractEnterpriseOpenCMIS10TCKTe
|
||||
clientContext = new OpenCMISClientContext(BindingType.ATOMPUB,
|
||||
MessageFormat.format(CMIS_URL, "localhost", String.valueOf(port), "alfresco", network.getId(), "public"),
|
||||
"admin@" + network.getId(), "admin", cmisParameters);
|
||||
|
||||
overrideVersionableAspectProperties(getTestFixture().getJettyComponent().getApplicationContext());
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
Reference in New Issue
Block a user