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

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

commit c8e2a556e934874d7270c969d2b6519da56208e2
Author: Bertrand Delacretaz <bdelacre...@apache.org>
AuthorDate: Thu Mar 10 15:22:10 2011 +0000

    SLING-1981 - do not fail if TestObjectProcessor is missing, happens when 
running tests with SlingRemoteExecutionRule
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/testing/junit/remote@1080246 
13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/junit/remote/ide/SlingRemoteExecutionRule.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/junit/remote/ide/SlingRemoteExecutionRule.java 
b/src/main/java/org/apache/sling/junit/remote/ide/SlingRemoteExecutionRule.java
index 9590ab8..529d785 100644
--- 
a/src/main/java/org/apache/sling/junit/remote/ide/SlingRemoteExecutionRule.java
+++ 
b/src/main/java/org/apache/sling/junit/remote/ide/SlingRemoteExecutionRule.java
@@ -27,6 +27,11 @@ import org.junit.runners.model.Statement;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+/** JUnit MethodRule that executes tests remotely if the 
+ *  {@link #SLING_REMOTE_TEST_URL} property is set.
+ *  Used to execute tests from an IDE and have then run
+ *  on a remote Sling instance. 
+ */
 public class SlingRemoteExecutionRule implements MethodRule {
    private static final Logger log = 
        LoggerFactory.getLogger(SlingRemoteExecutionRule.class);

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

Reply via email to