mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REPO-1995: Merge/split the tests in test suites based on application context type - part 1
This commit is contained in:
@@ -25,11 +25,10 @@
|
||||
*/
|
||||
package org.alfresco;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
* See {@link Repository01TestSuite}
|
||||
*
|
||||
* @author Alan Davis
|
||||
*/
|
||||
@@ -38,7 +37,7 @@ public class Repository10TestSuite extends TestSuite
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
Repository01TestSuite.tests10(suite);
|
||||
AllRepositoryTestsCatalogue.applicationContext_testServiceActionServiceContext_10(suite);
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user