This project has retired. For details please refer to its Attic page.
OpenCMIS Client Bindings Implementation - OpenCMIS Client Binding Layer

JUnit Test Parameters

The provider implementation tests that require a real CMIS repository can be configured via system properties. These are the properties:

PropertyDescriptionDefault
opencmis.testMust be set to true to run testsfalse
opencmis.test.usernameUser nametest
opencmis.test.passwordPasswordtest
opencmis.test.repositoryRepository id of the test repository[If not set the first repository returned by getRepositoryInfo will be used.]
opencmis.test.testfolderRoot folder for all tests[If not set the the root folder of the test repository will be used.]
opencmis.test.documenttypeDefault test document typecmis:document
opencmis.test.foldertypeDefault test folder typecmis:folder
opencmis.test.atompub.urlURL of the CMIS AtomPub service documenthttp://localhost:8080/cmis/atom
opencmis.test.webservices.urlURL prefix of the CMIS Web Services WSDLshttp://localhost:8080/cmis/services/
opencmis.test.configAbsolute path to a properties file that can contain all the parameters abovenone