This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git.
from caf33ea SLING-8766 : AclVisitor.setPrincipalAcl: be more lenient with
unsupported principals
new 01998ae gitignore
new bf54ceb SLING-8740 - remove ProvisioningModelIT (redundant with
sling-org-apache-sling-launchpad-integration-tests/RepoinitPathTest) and
prepare for moving RepoInitTextIT to paxexam testing
new 339dc86 SLING-8740 - remove provisioning, not needed anymore
new ef6a310 SLING-8740 - basic sling.testing.paxexam setup
new 4c5eea1 SLING-8740 - RepoInitTextIT passes with all tests enabled
new d8052b5 SLING-8740 - remove customizer, not needed anymore
new 9d87b5c SLING-8740 - readd CND/namespace test from the old
ProvisioningModelIT
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
pom.xml | 124 +++++++++------------
.../sling/jcr/repoinit/it/ProvisioningModelIT.java | 83 --------------
.../sling/jcr/repoinit/it/RepoInitTestSupport.java | 53 +++++++++
.../sling/jcr/repoinit/it/RepoInitTextIT.java | 36 ++++--
.../junit/teleporter/customizers/ITCustomizer.java | 35 ------
src/test/provisioning/oak.txt | 51 ---------
src/test/provisioning/repoinit-tests.txt | 55 ---------
src/test/provisioning/sling.txt | 47 --------
src/test/resources/repoinit.txt | 6 +
10 files changed, 139 insertions(+), 352 deletions(-)
delete mode 100644
src/test/java/org/apache/sling/jcr/repoinit/it/ProvisioningModelIT.java
create mode 100644
src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTestSupport.java
delete mode 100644
src/test/java/org/apache/sling/junit/teleporter/customizers/ITCustomizer.java
delete mode 100644 src/test/provisioning/oak.txt
delete mode 100644 src/test/provisioning/repoinit-tests.txt
delete mode 100644 src/test/provisioning/sling.txt