You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/04/14 10:56:47 UTC

[sling-org-apache-sling-repoinit-parser] branch master updated: SLING-10304 - be more similar to the website docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e3d157a  SLING-10304 - be more similar to the website docs
e3d157a is described below

commit e3d157a9b0ade1d851ddfd75c29c86029b0742bb
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Apr 14 12:56:37 2021 +0200

    SLING-10304 - be more similar to the website docs
---
 src/test/resources/testcases/test-99-output.txt | 12 ++++++------
 src/test/resources/testcases/test-99.txt        | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/test/resources/testcases/test-99-output.txt b/src/test/resources/testcases/test-99-output.txt
index d2f1d46..00af423 100644
--- a/src/test/resources/testcases/test-99-output.txt
+++ b/src/test/resources/testcases/test-99-output.txt
@@ -44,6 +44,11 @@ CreateUser userH with path for/userH
 CreateUser userJ with path for/userJ (with password), password=jjj
 CreateServiceUser the-last-one
 DisableServiceUser svc1 : This  is the message
+DeleteUser userA
+DeleteUser userB_listsAreNotSupported
+DeleteServiceUser svcA
+DeleteServiceUser svcB
+DeleteServiceUser svcC
 CreateGroup since124_A
 CreateGroup since124_B with path /path_B
 DeleteGroup since124_C
@@ -69,9 +74,4 @@ SetProperties on :authorizable:bob# :authorizable:grpB#/nested
   PropertyLine default someInteger{Long}=[{Long}42]
   PropertyLine someFlag{Boolean}=[{Boolean}true]
   PropertyLine default someDate{Date}=[{GregorianCalendar}2020-03-19T11:39:33.437+05:30]
-  PropertyLine quotedMix{String}=[{String}quoted, {String}non-quoted, {String}the last " one]
-DeleteUser userA
-DeleteUser userB_listsAreNotSupported
-DeleteServiceUser svcA
-DeleteServiceUser svcB
-DeleteServiceUser svcC
\ No newline at end of file
+  PropertyLine quotedMix{String}=[{String}quoted, {String}non-quoted, {String}the last " one]
\ No newline at end of file
diff --git a/src/test/resources/testcases/test-99.txt b/src/test/resources/testcases/test-99.txt
index 262de73..5b3a255 100644
--- a/src/test/resources/testcases/test-99.txt
+++ b/src/test/resources/testcases/test-99.txt
@@ -79,6 +79,12 @@ create service user the-last-one
 
 disable service user svc1 : "This  is the message"
 
+# Delete (service) users
+delete user userA
+delete user userB_listsAreNotSupported
+delete service user svcA
+delete service user svcB,svcC
+
 # Groups are supported since version 1.2.4, SLING-8219
 create group since124_A
 create group since124_B with path /path_B
@@ -128,9 +134,3 @@ set properties on authorizable(bob), authorizable(grpB)/nested
   default someDate{Date} to "2020-03-19T11:39:33.437+05:30"
   set quotedMix to "quoted", non-quoted, "the last \" one"
 end
-
-# Delete (service) users
-delete user userA
-delete user userB_listsAreNotSupported
-delete service user svcA
-delete service user svcB,svcC
\ No newline at end of file