You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by np...@apache.org on 2018/01/22 15:51:28 UTC

[sling-org-apache-sling-pipes] branch master updated: SLING-7251 removing service user from IT for now

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

npeltier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new e042647  SLING-7251 removing service user from IT for now
e042647 is described below

commit e0426475cd81219eb1410d2615b746fec74f9c7e
Author: Nicolas Peltier <pe...@gmail.com>
AuthorDate: Mon Jan 22 16:51:18 2018 +0100

    SLING-7251 removing service user from IT for now
---
 src/test/java/org/apache/sling/pipes/it/PipesTestSupport.java | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/test/java/org/apache/sling/pipes/it/PipesTestSupport.java b/src/test/java/org/apache/sling/pipes/it/PipesTestSupport.java
index 52cd271..92c1f48 100644
--- a/src/test/java/org/apache/sling/pipes/it/PipesTestSupport.java
+++ b/src/test/java/org/apache/sling/pipes/it/PipesTestSupport.java
@@ -78,16 +78,6 @@ public abstract class PipesTestSupport extends TestSupport {
             factoryConfiguration("org.apache.sling.resource.presence.internal.ResourcePresenter")
                 .put("path", "/etc/pipes-it")
                 .asOption(),
-            factoryConfiguration("org.apache.sling.jcr.repoinit.RepositoryInitializer")
-                .put("scripts", new String[]{"create service user sling-pipes\n\n  set ACL for sling-pipes\n\n" +
-                        "    allow jcr:all   on /content" +
-                        "\n\n allow jcr:all   on /var" +
-                        "\n\n allow jcr:read   on /" +
-                        "\n\n  end"})
-                .asOption(),
-            factoryConfiguration("org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended")
-                .put("user.mapping", new String[]{"org.apache.sling.pipes=sling-pipes"})
-                .asOption(),
             // testing
             slingResourcePresence(),
             newConfiguration("org.apache.sling.jcr.base.internal.LoginAdminWhitelist")

-- 
To stop receiving notification emails like this one, please contact
npeltier@apache.org.