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

angela 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 19ff0a8  SLING-11384 - adjust text to avoid confusion - we are not 
creating a node with sling:resourceType but a jcr:primaryType instead
     new 9a8e0de  Merge pull request #21 from niekraaijmakers/SLING-11384-2
19ff0a8 is described below

commit 19ff0a8d24b0d4ec3074d69bc14777c4016fdd7c
Author: Niek Raaijmakers <raaij...@adobe.com>
AuthorDate: Fri Jun 17 15:37:47 2022 +0200

    SLING-11384 - adjust text to avoid confusion - we are not creating a node 
with sling:resourceType but a jcr:primaryType instead
---
 src/test/resources/testcases/test-20-output.txt | 2 +-
 src/test/resources/testcases/test-20.txt        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/resources/testcases/test-20-output.txt 
b/src/test/resources/testcases/test-20-output.txt
index 6dcca52..864dd5a 100644
--- a/src/test/resources/testcases/test-20-output.txt
+++ b/src/test/resources/testcases/test-20-output.txt
@@ -10,4 +10,4 @@ CreatePath [one, step(nt:foxtrot mixin [nt:dance, nt:art]), 
two, steps]
 CreatePath [one:and, step, two:and, steps]
 CreatePath [one@home, step, two@home, steps]
 CreatePath [one+tap, step, two+tap, steps]
-CreatePath [(sling:redirect)]
\ No newline at end of file
+CreatePath [(nt:x)]
\ No newline at end of file
diff --git a/src/test/resources/testcases/test-20.txt 
b/src/test/resources/testcases/test-20.txt
index e716955..723bcb8 100644
--- a/src/test/resources/testcases/test-20.txt
+++ b/src/test/resources/testcases/test-20.txt
@@ -24,5 +24,5 @@ create path /one:and/step/two:and/steps
 create path /one@home/step/two@home/steps
 create path /one+tap/step/two+tap/steps
 
-# this is to cover an edge case: SLING-11384 (create root node with resource 
type)
-create path /(sling:redirect)
\ No newline at end of file
+# this is to cover an edge case: SLING-11384 (create root node with primary 
type)
+create path /(nt:x)
\ No newline at end of file

Reply via email to