//Setting the test user
user = APILocator.getUserAPI().getSystemUser();
repoId = CMISUtils.REPOSITORY_ID;
rootPath = CMISUtils.ROOT_PATH;
cmisManager = new CMISManager();
cmisManager.createAndInitRepository();
contentlets = new ArrayList<Contentlet>();
Map<String, String> map = new HashMap<String, String>();
dotRepo = new CMISService(map, cmisManager);