You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:39:45 UTC

[sling-org-apache-sling-hc-junit-bridge] 10/16: SLING-3771 - better metadata

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

rombert pushed a commit to annotated tag org.apache.sling.hc.junit.bridge-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-junit-bridge.git

commit dbc016ebf007b2df261fcdb2412b1f55d324e82a
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jul 18 13:21:45 2014 +0000

    SLING-3771 - better metadata
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck/junit-bridge@1611642 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java b/src/main/java/org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java
index c1053c8..07d830a 100644
--- a/src/main/java/org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java
+++ b/src/main/java/org/apache/sling/hc/junitbridge/HealthCheckTestsProvider.java
@@ -34,7 +34,11 @@ import org.osgi.service.component.ComponentContext;
 /** Bridge Health Checks into the Sling JUnit server-side test
  *  framework, based on their tags.
  */
-@Component(metatype=true)
+@Component(
+    metatype=true,
+    label="Apache Sling Health Checks/JUnit bridge",
+    description="Makes Health Checks available as server-side JUnit tests"
+)
 @Service
 public class HealthCheckTestsProvider implements TestsProvider {
 
@@ -51,7 +55,7 @@ public class HealthCheckTestsProvider implements TestsProvider {
 
     @Property(cardinality=2147483647, 
             label="Health Check Tags",
-            description="Groups of health check tags to execute as JUnit tests. Use the standard Health Checks 'includeThis,-omitThat' syntax")
+            description="Groups of health check tags to execute as JUnit tests. Use the standard Health Checks 'includeThisTag,-omitThatTag' syntax")
     public static final String PROP_TAG_GROUPS = "health.check.tag.groups";
     
     private String [] tagGroups;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.