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 (4.3/Cloud)
74238: Add missing tests in the Maven build. Re-enable assertions in repository test execution, now that the test with the failing assertion is gone git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74877 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -419,5 +419,8 @@ public class Repository01TestSuite extends TestSuite
|
||||
static void tests65(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.content.transform.DifferrentMimeTypeTest.class);
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.attributes.PropTablesCleanupJobIntegrationTest.class));
|
||||
suite.addTestSuite(org.alfresco.repo.dictionary.DictionaryModelTypeTest.class);
|
||||
suite.addTestSuite(org.alfresco.repo.tagging.UpdateTagScopesActionExecuterTest.class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user