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:
Jamal Kaabi-Mofrad
2015-08-12 20:11:53 +00:00
parent 18febb4fdf
commit 96a8d8f581
2 changed files with 172 additions and 0 deletions

View File

@@ -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));
}
}