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:
@@ -23,22 +23,21 @@
|
||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||
* #L%
|
||||
*/
|
||||
package org.alfresco;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
* See {@link Repository01TestSuite}
|
||||
*
|
||||
* @author Alan Davis
|
||||
*/
|
||||
public class Repository33TestSuite extends TestSuite
|
||||
{
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
Repository01TestSuite.tests33(suite);
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
package org.alfresco;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Alan Davis
|
||||
*/
|
||||
public class Repository33TestSuite extends TestSuite
|
||||
{
|
||||
public static Test suite()
|
||||
{
|
||||
TestSuite suite = new TestSuite();
|
||||
AllRepositoryTestsCatalogue.ibatisTestContext_applicationContext_globalIntegrationTestContext_33(suite);
|
||||
return suite;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user