You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/10 18:07:45 UTC

[sling-org-apache-sling-servlets-resolver] branch issue/SLING-8936 updated (716e962 -> c5d590a)

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

bdelacretaz pushed a change to branch issue/SLING-8936
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git.


    from 716e962  SLING-8936: sync with master, almost: except sling.api SNAPSHOT which breaks my new ITs
     add c5d590a  SLING-8936 - add more servlet selection tests

No new revisions were added by this update.

Summary of changes:
 .../resolver/it/ServletResolverTestSupport.java    |  89 +++++++++++++++
 .../servlets/resolver/it/ServletSelectionIT.java   | 123 +++++++++------------
 .../sling/servlets/resolver/it/TestServlet.java    |  57 ++++++++++
 3 files changed, 196 insertions(+), 73 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/servlets/resolver/it/TestServlet.java