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-servlet-helpers.git.


    from 6227707  SLING-9512 - clarify tests
     new 4af3d53  .gitignore
     new 126e48f  SLING-9512 - add integration tests

The 2 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                                            | 105 ++++++++++++++++++-
 .../internalrequests/InternalRequest.java          |  15 ++-
 .../internalrequests/ServletInternalRequest.java   |   2 +
 .../internalrequests/SlingInternalRequest.java     |   1 +
 .../internalrequests/RequestInfoServlet.java       |  12 ++-
 .../it/ServletHelpersTestSupport.java              | 116 +++++++++++++++++++++
 .../it/ServletInternalRequestIT.java               |  49 +++++++++
 .../servlethelpers/it/SlingInternalRequestIT.java  |  43 ++++++++
 .../sling/servlethelpers/it/TestServlet.java       |  46 ++++++++
 src/test/resources/logback.xml                     |  32 ++++++
 11 files changed, 415 insertions(+), 7 deletions(-)
 create mode 100644 
src/test/java/org/apache/sling/servlethelpers/it/ServletHelpersTestSupport.java
 create mode 100644 
src/test/java/org/apache/sling/servlethelpers/it/ServletInternalRequestIT.java
 create mode 100644 
src/test/java/org/apache/sling/servlethelpers/it/SlingInternalRequestIT.java
 create mode 100644 
src/test/java/org/apache/sling/servlethelpers/it/TestServlet.java
 create mode 100644 src/test/resources/logback.xml

Reply via email to