This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.hc.it-1.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-it.git
commit ef94ee989b06a28531e7ee92476d156a90e419ba Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Aug 5 16:02:53 2013 +0000 SLING-2987 - webconsole plugin, work in progress git-svn-id: https://svn.apache.org/repos/asf/sling/branches/SLING-2987-healthcheck-redesign/it@1510580 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java b/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java index 18d03da..229c634 100644 --- a/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java +++ b/src/test/java/org/apache/sling/hc/it/core/HealthCheckSelectorTest.java @@ -156,6 +156,12 @@ public class HealthCheckSelectorTest { } @Test + public void testEmptyTags() { + final List<HealthCheck> s = selector.getTaggedHealthCheck("","",""); + assertServices(s, true, true, true, true, true); + } + + @Test public void testFooTag() { final List<HealthCheck> s = selector.getTaggedHealthCheck("foo"); assertServices(s, true, false, true, false, false); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
