mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REPO-2774: refactor and clean up the comments and names of the methods
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@ public class AppContextExtra01TestSuite extends TestSuite
|
|||||||
{
|
{
|
||||||
TestSuite suite = new TestSuite();
|
TestSuite suite = new TestSuite();
|
||||||
AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext(suite);
|
AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext(suite);
|
||||||
AllRepositoryTestsCatalogue.applicationContext_Combinations1(suite);
|
AllRepositoryTestsCatalogue.applicationContext_extra(suite);
|
||||||
return suite;
|
return suite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -35,7 +35,7 @@ public class AppContextExtra02TestSuite extends TestSuite
|
|||||||
TestSuite suite = new TestSuite();
|
TestSuite suite = new TestSuite();
|
||||||
|
|
||||||
// any other order may lead to failing tests
|
// any other order may lead to failing tests
|
||||||
AllRepositoryTestsCatalogue.virtualizationTestContext_applicationContext(suite);
|
AllRepositoryTestsCatalogue.applicationContext_virtualizationTestContext(suite);
|
||||||
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext(suite);
|
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext(suite);
|
||||||
AllRepositoryTestsCatalogue.applicationContext_openCmisContext(suite);
|
AllRepositoryTestsCatalogue.applicationContext_openCmisContext(suite);
|
||||||
// TODO Uncomment the following 2 lines after REPO-2790 is implemented
|
// TODO Uncomment the following 2 lines after REPO-2790 is implemented
|
||||||
|
Reference in New Issue
Block a user