Merge pull request #21 from niekraaijmakers/SLING-11384-2

SLING-11384 -   fix case of create path /(jcr:primaryType)
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: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@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