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:
Alan Davis
2014-04-02 20:10:01 +00:00
parent 6cf3584770
commit 277a442fe0

View File

@@ -289,6 +289,8 @@ public class CMISTest
@Test
public void testIsLatestMajorVersionMNT10868()
{
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
String repositoryId = null;
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());