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:
Will Abson
2014-09-03 16:11:45 +00:00
parent a7d0351ff0
commit 3599152c64

View File

@@ -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));