mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged CMM to HEAD
110002: Added test for the custom model expected behaviour after the repo server restart. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110004 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -426,4 +426,10 @@ public class Repository01TestSuite extends TestSuite
|
||||
{
|
||||
suite.addTestSuite(org.alfresco.repo.doclink.DocumentLinkServiceImplTest.class);
|
||||
}
|
||||
|
||||
static void tests68(TestSuite suite)
|
||||
{
|
||||
// This test opens, closes and again opens the alfresco application context.
|
||||
suite.addTest(new JUnit4TestAdapter(org.alfresco.repo.dictionary.CustomModelRepoRestartTest.class));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user