mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
80626: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 76614: Some minor enhancements to CollectionUtils which are of general utility. These were made as part of work for ACE-1582. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82920 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,6 +70,7 @@ public class AllUnitTestsSuite extends TestSuite
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.PropertyMapTest.class));
|
||||
suite.addTestSuite(org.alfresco.util.ValueProtectingMapTest.class);
|
||||
suite.addTestSuite(org.alfresco.util.json.ExceptionJsonSerializerTest.class);
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.collections.CollectionUtilsTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.schemacomp.DbObjectXMLTransformerTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.schemacomp.DbPropertyTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.util.schemacomp.DefaultComparisonUtilsTest.class));
|
||||
|
Reference in New Issue
Block a user