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 2013/09/26 11:38:54 UTC

svn commit: r1526433 - /sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext

Author: bdelacretaz
Date: Thu Sep 26 09:38:53 2013
New Revision: 1526433

URL: http://svn.apache.org/r1526433
Log:
mention org.apache.sling.junit.healthcheck

Modified:
    sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext

Modified: sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext?rev=1526433&r1=1526432&r2=1526433&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/sling-health-check-tool.mdtext Thu Sep 26 09:38:53 2013
@@ -77,6 +77,7 @@ The Health Check subsystem consists of t
 * `org.apache.sling.hc.support` provides more Sling-specific `HealthCheck` services.
 * `org.apache.sling.hc.webconsole` provides the Webconsole plugin described below.
 * `org.apache.sling.hc.jmx` provides JMX MBeans that execute `HealthCheck`s.
+* `org.apache.sling.junit.healthcheck` provides a `HealthCheck` service that executes JUnit tests in the server-side OSGi context.
 * `org.apache.sling.hc.samples` provides sample OSGi configurations and `HealthCheck` services. The sample configurations are provided as Sling content, so the Sling Installer is required to activate them.
 
 ## Out-of-the-box `HealthCheck` services