This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch SLING-7227
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git
The following commit(s) were added to refs/heads/SLING-7227 by this push:
new 867bc40 SLING-7227: Change syntax of abstract privilege creation
slightly.
867bc40 is described below
commit 867bc405fe02011be06f801b7a3be8965087f5cf
Author: Karl Pauls <[email protected]>
AuthorDate: Fri Jan 26 14:26:33 2018 +0100
SLING-7227: Change syntax of abstract privilege creation slightly.
---
.../java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java
b/src/test/java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java
index 39a6976..6311167 100644
--- a/src/test/java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java
+++ b/src/test/java/org/apache/sling/jcr/repoinit/RegisterPrivilegeTest.java
@@ -48,9 +48,9 @@ public class RegisterPrivilegeTest {
U.parseAndExecute("register privilege
withoutabstract_withoutaggregates1");
U.parseAndExecute("register privilege
withoutabstract_withoutaggregates2");
U.parseAndExecute("register privilege
withoutabstract_withoutaggregates3");
- U.parseAndExecute("register privilege withabstract_withoutaggregates
as abstract");
+ U.parseAndExecute("register abstract privilege
withabstract_withoutaggregates");
U.parseAndExecute("register privilege withoutabstract_withaggregates
with withoutabstract_withoutaggregates1,withoutabstract_withoutaggregates2");
- U.parseAndExecute("register privilege withabstract_withaggregates as
abstract with
withoutabstract_withoutaggregates1,withoutabstract_withoutaggregates3");
+ U.parseAndExecute("register abstract privilege
withabstract_withaggregates with
withoutabstract_withoutaggregates1,withoutabstract_withoutaggregates3");
}
@After
--
To stop receiving notification emails like this one, please contact
[email protected].