mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Pulled configurable OpenCMIS properties out of Spring context and some minor formatting
# OpenCMIS opencmis.connector.default.store=${spaces.store} opencmis.connector.default.rootPath=/${spaces.company_home.childname} opencmis.connector.default.typesDefaultMaxItems=500 opencmis.connector.default.typesDefaultDepth=-1 opencmis.connector.default.objectsDefaultMaxItems=10000 opencmis.connector.default.objectsDefaultDepth=100 opencmis.connector.default.openHttpSession=false git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32595 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -117,7 +117,7 @@ public class OpenCmisLocalTest extends TestCase
|
||||
assertNotNull("No repository available for testing", repository);
|
||||
}
|
||||
|
||||
public void DISABLED_testBasicFileOps()
|
||||
public void testBasicFileOps()
|
||||
{
|
||||
Repository repository = getRepository("admin", "admin");
|
||||
Session session = repository.createSession();
|
||||
|
Reference in New Issue
Block a user