mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
113201 vshikunets: MNT-11220: Access Denied thrown if model is missing - Fixed build failure. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@113252 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -625,8 +625,8 @@ public class RepoAdminServiceImplTest extends TestCase
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
behaviourFilter.disableBehaviour(ContentModel.TYPE_DICTIONARY_MODEL);
|
behaviourFilter.disableBehaviour(ContentModel.TYPE_DICTIONARY_MODEL);
|
||||||
|
dictionaryDAO.removeModel(modelName);
|
||||||
nodeService.deleteNode(model1);
|
nodeService.deleteNode(model1);
|
||||||
dictionaryDAO.destroy();
|
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user