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)
64842: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3/Cloud) 64809: MNT-10868 CMIS: Incorrect value of Latest Major version on Versions and Properties tabs. Fix for merge r64768. - In CMISTest in testIsLatestMajorVersionMNT10868 test was added context variable. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66203 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -289,6 +289,8 @@ public class CMISTest
|
|||||||
@Test
|
@Test
|
||||||
public void testIsLatestMajorVersionMNT10868()
|
public void testIsLatestMajorVersionMNT10868()
|
||||||
{
|
{
|
||||||
|
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
|
||||||
|
|
||||||
String repositoryId = null;
|
String repositoryId = null;
|
||||||
|
|
||||||
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
|
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
|
||||||
|
Reference in New Issue
Block a user