Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

101647: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      101286: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
         100798: MNT-13628 : No matching ACE found to remove" error when removing all the ACLs with removeAcl method and 1.1 Browser implementation
            - Filter inherited permissions before try to remove them
            - Added unit test for case using jetty


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101696 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-04-10 21:03:26 +00:00
parent f5f40192fa
commit 1675fee3b5
2 changed files with 400 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ import org.junit.runners.Suite;
TestPersonSites.class,
TestSiteMembershipRequests.class,
TestFavourites.class,
TestRemovePermissions.class,
TestPublicApi128.class
})
public class ApiTest