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:
Alan Davis
2015-09-28 21:48:45 +00:00
parent 884c49c228
commit c18aed4f7e

View File

@@ -625,8 +625,8 @@ public class RepoAdminServiceImplTest extends TestCase
try
{
behaviourFilter.disableBehaviour(ContentModel.TYPE_DICTIONARY_MODEL);
dictionaryDAO.removeModel(modelName);
nodeService.deleteNode(model1);
dictionaryDAO.destroy();
}
finally
{