You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/05/24 10:37:39 UTC

[sling-org-apache-sling-feature-modelconverter] branch master updated: Fix incorrect test that was exposed through SLING-7677

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f3afc6  Fix incorrect test that was exposed through SLING-7677
3f3afc6 is described below

commit 3f3afc600be0df0cf66211c7a8798fe3bf52b5dc
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Thu May 24 11:36:55 2018 +0100

    Fix incorrect test that was exposed through SLING-7677
---
 src/test/resources/repoinit.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/repoinit.json b/src/test/resources/repoinit.json
index 06d179e..779de77 100644
--- a/src/test/resources/repoinit.json
+++ b/src/test/resources/repoinit.json
@@ -21,7 +21,7 @@
             "references":"model@repoinit:context:/resources/provisioning/model.txt"
         }
     },
-    "repoinit:JSON|false": [
+    "repoinit:JSON|true": [
         "# general",
         "create path (sling:OrderedFolder) /content",
         "set ACL for everyone",

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