You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/06/29 14:45:15 UTC

[jackrabbit-filevault] branch bugfix/JCRVLT-543-don't-fail-on-protected-properties updated (4fe58c1 -> 00d1a6e)

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

kwin pushed a change to branch bugfix/JCRVLT-543-don't-fail-on-protected-properties
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git.


    from 4fe58c1  JCRVLT-543 ignore protected properties during import
     add 00d1a6e  add some more tests

No new revisions were added by this update.

Summary of changes:
 .../vault/packaging/integration/ImportIT.java      | 25 +++++++++++++++++-----
 .../packaging/integration/IntegrationTestBase.java |  7 ++++++
 .../META-INF/vault/filter.xml                      |  0
 .../META-INF/vault/nodetypes.cnd                   |  7 ++++++
 .../META-INF/vault/properties.xml                  |  0
 .../jcr_root/.content.xml                          |  0
 .../jcr_root/testroot/.content.xml                 |  6 ++++++
 .../META-INF/vault/nodetypes.cnd                   |  8 +++++++
 .../jcr_root/testroot/.content.xml                 |  7 +++---
 9 files changed, 52 insertions(+), 8 deletions(-)
 copy vault-core/src/test/resources/test-packages/{protected_properties.zip => property_constraint_violation.zip}/META-INF/vault/filter.xml (100%)
 create mode 100644 vault-core/src/test/resources/test-packages/property_constraint_violation.zip/META-INF/vault/nodetypes.cnd
 copy vault-core/src/test/resources/test-packages/{protected_properties.zip => property_constraint_violation.zip}/META-INF/vault/properties.xml (100%)
 copy vault-core/src/test/resources/test-packages/{protected_properties.zip => property_constraint_violation.zip}/jcr_root/.content.xml (100%)
 create mode 100644 vault-core/src/test/resources/test-packages/property_constraint_violation.zip/jcr_root/testroot/.content.xml
 create mode 100644 vault-core/src/test/resources/test-packages/protected_properties.zip/META-INF/vault/nodetypes.cnd