Provide a Sling servlet to run server-side JUnit tests
------------------------------------------------------
Key: SLING-2015
URL: https://issues.apache.org/jira/browse/SLING-2015
Project: Sling
Issue Type: Improvement
Components: Testing
Reporter: Bertrand Delacretaz
The testing/junit/core module currently uses a plain servlet that runs outside
of the Sling request cycle.
However, some tests depend on custom Sling Filters, for example, and as such
need to run in the Sling request cycle.
To keep the junit/core module reusable outside of Sling, I'll implement a
second servlet, that will be active only in a Sling environment. The existing
plain servlet can be disabled by configuration if needed.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira