mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ACS-3170 Implement Tests For Mail Actions (#1213)
Added tests for restApi with all 4 external endpoints kept track of (running-actions from v0 wasn't needed, as that only allows admin to run actions). Unit tests added, 1 spring test to verify admin privilege check in AccessRestriction class. Co-authored-by: mstrankowski <marcin.strankowski@hyland.com>
This commit is contained in:
@@ -51,6 +51,10 @@ import org.junit.runners.Suite;
|
||||
org.alfresco.repo.action.executer.ContentMetadataEmbedderTest.class,
|
||||
org.alfresco.repo.action.executer.AsynchronousExtractorTest.class,
|
||||
|
||||
org.alfresco.repo.action.access.ActionAccessRestrictionAbstractBaseTest.class,
|
||||
org.alfresco.repo.action.access.ActionAccessRestrictionTest.class,
|
||||
org.alfresco.repo.action.access.AdminActionAccessRestrictionTest.class,
|
||||
|
||||
org.alfresco.repo.rule.RuleLinkTest.class,
|
||||
org.alfresco.repo.rule.RuleServiceCoverageTest.class,
|
||||
org.alfresco.repo.rule.RuleServiceImplTest.class,
|
||||
|
Reference in New Issue
Block a user