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

[sling-org-apache-sling-repoinit-parser] branch SLING-7227 updated: SLING-7227: Add an example to test-99.

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-repoinit-parser.git


The following commit(s) were added to refs/heads/SLING-7227 by this push:
     new 8014247  SLING-7227: Add an example to test-99.
8014247 is described below

commit 80142471af1028d904a3a4a1482230761e351c3f
Author: Karl Pauls <ka...@gmail.com>
AuthorDate: Fri Jan 26 14:51:17 2018 +0100

    SLING-7227: Add an example to test-99.
---
 src/test/resources/testcases/test-99-output.txt | 4 ++++
 src/test/resources/testcases/test-99.txt        | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/src/test/resources/testcases/test-99-output.txt b/src/test/resources/testcases/test-99-output.txt
index 9cbe34e..13a435d 100644
--- a/src/test/resources/testcases/test-99-output.txt
+++ b/src/test/resources/testcases/test-99-output.txt
@@ -31,6 +31,10 @@ RegisterNodetypes:
  [slingevent:Event] > nt:unstructured, nt:hierarchyNode
       - slingevent:topic (string)
       - slingevent:properties (binary)
+register privilege priv
+register abstract privilege abstract_priv
+register privilege priv with declared_aggregate_priv
+register privilege priv with declared_aggregate_priv1,declared_aggregate_priv2
 CreateUser userE (with encoded password), password=afdgwdsdf, passwordEncoding=someEncoding
 CreateUser one_with-more-chars.ok:/123456 (with encoded password), password=pw-with.ok-:/13456, passwordEncoding=encoding_with.ok-:/12345
 CreateUser userF with path /for/userF
diff --git a/src/test/resources/testcases/test-99.txt b/src/test/resources/testcases/test-99.txt
index 4529364..c51a301 100644
--- a/src/test/resources/testcases/test-99.txt
+++ b/src/test/resources/testcases/test-99.txt
@@ -54,6 +54,11 @@ register nodetypes
       - slingevent:properties (binary)
 ===>>
 
+register privilege priv
+register abstract privilege abstract_priv
+register privilege priv with declared_aggregate_priv
+register privilege priv with declared_aggregate_priv1,declared_aggregate_priv2
+
 create user userE with password {someEncoding} afdgwdsdf
 create user one_with-more-chars.ok:/123456 with password {encoding_with.ok-:/12345} pw-with.ok-:/13456
 create user userF with path /for/userF

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