Minor formatting in passing

This commit is contained in:
Derek Hulley
2018-02-28 14:03:44 +00:00
parent aeecb5a26f
commit 3f8eeb5e70
2 changed files with 5 additions and 7 deletions

View File

@@ -30,8 +30,6 @@ import java.util.List;
import java.util.Map;
import org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl;
import org.alfresco.repo.search.impl.lucene.LuceneIndexerAndSearcher;
import org.alfresco.repo.search.impl.lucene.LuceneSearcher;
import org.alfresco.service.cmr.dictionary.AspectDefinition;
import org.alfresco.service.cmr.dictionary.DataTypeDefinition;
import org.alfresco.service.cmr.dictionary.PropertyDefinition;

View File

@@ -412,11 +412,11 @@ public class CMISTest
@Test
public void testIsLatestMajorVersionMNT10868()
{
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
String repositoryId = null;
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
CallContext context = new SimpleCallContext("admin", "admin", CmisVersion.CMIS_1_0);
String repositoryId = null;
AuthenticationUtil.setFullyAuthenticatedUser(AuthenticationUtil.getAdminUserName());
CmisService cmisService = factory.getService(context);
try