REPO-2774: merged other tests related to application-context into one test suite

This commit is contained in:
Andrei Rebegea
2017-08-04 16:05:41 +03:00
parent 7dd4dc668f
commit 11ef399333
19 changed files with 289 additions and 211 deletions

View File

@@ -37,7 +37,7 @@ public class Repository10TestSuite extends TestSuite
public static Test suite()
{
TestSuite suite = new TestSuite();
AllRepositoryTestsCatalogue.applicationContext_testServiceActionServiceContext_10(suite);
//AllRepositoryTestsCatalogue.applicationContext_testServiceActionServiceContext_10(suite);
return suite;
}
}