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

[sling-org-apache-sling-feature-cpconverter] branch feature/convert-initial-content updated (54c321f -> e4acba4)

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

kwin pushed a change to branch feature/convert-initial-content
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git.


    from 54c321f  use original JarEntries even for stripped bundles
     add e4acba4  extracted Sling-Initial-Content tests into dedicated class

No new revisions were added by this update.

Summary of changes:
 .../ContentPackage2FeatureModelConverter.java      |   4 +-
 .../handlers/AbstractBundleEntryHandlerTest.java   |  70 ++++++++++++
 ... BundleEntryHandleSlingInitialContentTest.java} | 104 ++++-------------
 .../handlers/BundleEntryHandlerGAVTest.java        | 127 +--------------------
 4 files changed, 98 insertions(+), 207 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/feature/cpconverter/handlers/AbstractBundleEntryHandlerTest.java
 copy src/test/java/org/apache/sling/feature/cpconverter/handlers/{BundleEntryHandlerGAVTest.java => BundleEntryHandleSlingInitialContentTest.java} (64%)