This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 07d48cf SLING-7835 PrivilegesInfo#getEffectiveAccessControlEntries
returns incorrect information
07d48cf is described below
commit 07d48cfda52770c5ea2728e441e6cc3f39b1875e
Author: Eric Norman <[email protected]>
AuthorDate: Sun Aug 19 13:44:23 2018 -0700
SLING-7835 PrivilegesInfo#getEffectiveAccessControlEntries returns
incorrect information
---
.../integrationtest/accessManager/AccessPrivilegesInfoTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/accessManager/AccessPrivilegesInfoTest.java
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/accessManager/AccessPrivilegesInfoTest.java
index 13a9017..36a646d 100644
---
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/accessManager/AccessPrivilegesInfoTest.java
+++
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/accessManager/AccessPrivilegesInfoTest.java
@@ -342,7 +342,7 @@ public class AccessPrivilegesInfoTest {
}
/**
- * Test for SLING-2600, PrivilegesInfo#getDeclaredAccessRights returns
incorrect information
+ * Test for SLING-7835, PrivilegesInfo#getDeclaredAccessRights returns
incorrect information
*/
@Test
public void testDeclaredAclForUser() throws IOException, JsonException {
@@ -442,7 +442,7 @@ public class AccessPrivilegesInfoTest {
}
/**
- * Test for SLING-2600, PrivilegesInfo#getEffectiveAccessRights returns
incorrect information
+ * Test for SLING-7835, PrivilegesInfo#getEffectiveAccessRights returns
incorrect information
*/
@Test
public void testEffectiveAclForUser() throws IOException, JsonException
{