You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:40:24 UTC

[sling-org-apache-sling-validation-test-services] 25/34: SLING-6515 provide a PostProcessor which validates the newly generated resouce

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-test-services.git

commit e2f24382f02061c267de1e69ac0b8a0bbf335c7b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Mar 29 09:12:37 2017 +0000

    SLING-6515 provide a PostProcessor which validates the newly generated resouce
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789300 13f79535-47bb-0310-9956-ffa450edef68
---
 .../resources/SLING-CONTENT/apps/sling/validation/models/model1.json   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json
index 008025c..4a0fc61 100644
--- a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json
+++ b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json
@@ -1,7 +1,8 @@
 {
     "validatedResourceType": "validation/test/resourceType1",
     "applicablePaths": [
-        "/validation/testing/fakeFolder1"
+        "/validation/testing/fakeFolder1",
+		"/content/validated"
     ],
     "sling:resourceType": "sling/validation/model",
     "properties": {

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