REPO-2774: refactor and clean up the comments and names of the methods

This commit is contained in:
Andrei Rebegea
2017-08-07 15:53:24 +03:00
parent 4a74ae93b6
commit 42b4939192
3 changed files with 450 additions and 731 deletions

View File

@@ -35,7 +35,7 @@ public class AppContextExtra02TestSuite extends TestSuite
TestSuite suite = new TestSuite();
// any other order may lead to failing tests
AllRepositoryTestsCatalogue.virtualizationTestContext_applicationContext(suite);
AllRepositoryTestsCatalogue.applicationContext_virtualizationTestContext(suite);
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext(suite);
AllRepositoryTestsCatalogue.applicationContext_openCmisContext(suite);
// TODO Uncomment the following 2 lines after REPO-2790 is implemented