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)
73702: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 73647: Merged DEV to V4.2-BUG-FIX (4.2.3) 73236: Merged DEV to DEV 71914: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Corrected the MultiTServiceImpl.isTenantUser(String). Added a test to simulate the issue. 73242: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Removed @deprecated marks. Added @Override annotations. 73244: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Fixed formatting. 73245: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Fixed messed javadoc. 73372: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Implemented tests. Fixed the getPrimaryDomain method. 73484: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Removed wrongly committed files from r73236. 73492: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Fixed multi line method calls. Added additional test. 73552: MNT-11424 : MultiTServiceImpl.java check if MT is enabled in functions - username as email may return wrong result Hardened the test's initialization and clean up methods. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -363,6 +363,7 @@ public class Repository01TestSuite extends TestSuite
|
||||
|
||||
static void tests56(TestSuite suite)
|
||||
{
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.tenant.MultiTServiceImplTest.class));
|
||||
suite.addTestSuite(org.alfresco.repo.tenant.MultiTDemoTest.class);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user