REPO-2164: Implement the fix for transfer service

- Added tests for the proxy helper methods.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@136004 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2017-03-21 07:55:09 +00:00
parent 40a906012c
commit aa7dfcfa3d
3 changed files with 179 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
* #%L
* Alfresco Repository
* %%
* Copyright (C) 2005 - 2016 Alfresco Software Limited
* Copyright (C) 2005 - 2017 Alfresco Software Limited
* %%
* This file is part of the Alfresco software.
* If the software was purchased under a paid Alfresco license, the terms of
@@ -92,6 +92,7 @@ public class AllUnitTestsSuite extends TestSuite
suite.addTest(new JUnit4TestAdapter(org.alfresco.service.cmr.repository.TransformationOptionPairTest.class));
suite.addTest(new JUnit4TestAdapter(org.alfresco.tools.RenameUserTest.class));
suite.addTestSuite(org.alfresco.util.FileNameValidatorTest.class);
suite.addTestSuite(org.alfresco.util.HttpClientHelperTest.class);
suite.addTestSuite(org.alfresco.util.JSONtoFmModelTest.class);
suite.addTestSuite(org.alfresco.util.ModelUtilTest.class);
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.PropertyMapTest.class));