This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.repoinit-1.1.4
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git

commit 07b875edfa9aed311dcdfe4c0cc91127a5b17a5f
Author: Bertrand Delacretaz <bdelacre...@apache.org>
AuthorDate: Mon Jan 16 10:52:29 2017 +0000

    SLING-6423 - @Ignore GeneralAclTest tests that do not pass yet
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/repoinit@1779006 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/jcr/repoinit/GeneralAclTest.java | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java 
b/src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java
index 8799937..e9da029 100644
--- a/src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java
+++ b/src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java
@@ -32,6 +32,7 @@ import 
org.apache.sling.testing.mock.sling.ResourceResolverType;
 import org.apache.sling.testing.mock.sling.junit.SlingContext;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
@@ -199,7 +200,8 @@ public class GeneralAclTest {
    /**
     * Verifies that ACEs for existing principal are replaced
     */
-  // @Test
+   @Test
+   @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
    public void mergeMode_ReplaceExistingPrincipalTest() throws Exception {
       final String initialAclSetup = 
                      " set ACL for " + userA + "\n"
@@ -233,7 +235,8 @@ public class GeneralAclTest {
      * Verify that ACLs for new principal are added
      * @throws Exception
      */
-  //  @Test
+    @Test
+    @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
     public void mergeMode_AddAceTest() throws Exception {
         final String initialAclSetup =
                 "set ACL for " + userA + "\n"
@@ -267,7 +270,8 @@ public class GeneralAclTest {
      * Verify that ACEs for unspecified principal are preserved
      * @throws Exception
      */
-    //@Test
+    @Test
+    @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
     public void mergeMode_PreserveAceTest() throws Exception {
         final String initialAclSetup =
                         "set ACL on / \n"
@@ -302,7 +306,8 @@ public class GeneralAclTest {
      * Verifiy that ACE for non-existing principal are added
      * @throws Exception
      */
-    //@Test
+    @Test
+    @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
     public void mergePreserveMode_AddAceTest() throws Exception{
         final String initialAclSetup =
                 " set ACL for " + userB + "\n"
@@ -334,7 +339,8 @@ public class GeneralAclTest {
      * Verify that ACE for existing principal are ignored
      * @throws Exception
      */
-   //@Test
+    @Test
+    @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
     public void mergePreserveMode_IgnoreAceTest() throws Exception {
         final String initialAclSetup =
                 "set ACL for " + userA + "\n"
@@ -366,7 +372,8 @@ public class GeneralAclTest {
      * Verify that ACE for unspecified principal are preserved
      * @throws Exception
      */
-    //@Test
+    @Test
+    @Ignore("SLING-6423 - ACLOptions processing is not implemented yet")
     public void mergePreserveMode_PreserveAceTest() throws Exception {
         final String initialAclSetup =
                 " set ACL on /\n"

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to