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

100265: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      100257: Reverse Merge 5.0.N (5.0.2)
         << Cause 4 build errors >>
         100165: Merged NESS/5.0.N-2015_03_23 (5.0.2) to 5.0.N (5.0.2)
            99977: 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


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100574 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-03-27 23:16:14 +00:00
parent 64910942ed
commit 1d16fa63ab
2 changed files with 1 additions and 298 deletions

View File

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