mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
68149: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 67747: Merged DEV to V4.2-BUG-FIX (4.2.3) 66798: MNT-11015: Content indexing doesn't have transformation failover implementation - transformation failover implementation is added. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@68431 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -420,4 +420,9 @@ public class Repository01TestSuite extends TestSuite
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.filesys.auth.cifs.CifsAuthenticatorKerberosTest.class));
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.filesys.auth.cifs.CifsAuthenticatorPassthruTest.class));
|
||||
}
|
||||
|
||||
static void tests65(TestSuite suite)
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.content.transform.DifferrentMimeTypeTest.class);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user