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 2019/12/20 16:42:12 UTC

[sling-org-apache-sling-servlets-resolver] branch issue/SLING-8936 updated: SLING-8936 - remove stale comment

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

bdelacretaz pushed a commit to branch issue/SLING-8936
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/issue/SLING-8936 by this push:
     new ffa1674  SLING-8936 - remove stale comment
ffa1674 is described below

commit ffa16747817738a87922ebb72be4118759f1648b
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Dec 20 17:41:55 2019 +0100

    SLING-8936 - remove stale comment
---
 .../org/apache/sling/servlets/resolver/it/DefaultServletIT.java     | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/test/java/org/apache/sling/servlets/resolver/it/DefaultServletIT.java b/src/test/java/org/apache/sling/servlets/resolver/it/DefaultServletIT.java
index b289dbd..e4a2faf 100644
--- a/src/test/java/org/apache/sling/servlets/resolver/it/DefaultServletIT.java
+++ b/src/test/java/org/apache/sling/servlets/resolver/it/DefaultServletIT.java
@@ -38,12 +38,6 @@ import org.ops4j.pax.exam.spi.reactors.PerClass;
 import org.osgi.framework.BundleContext;
 import org.osgi.framework.ServiceReference;
 
-/**
- * Using the SlingRequestProcessor for testing requests would be better, but
- * this module is using an older version of the sling.engine module that does not
- * have that, along with a number of specific settings for that module, so I prefer
- * not touching those now as I'm just adding these tests.
- */
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class DefaultServletIT extends ServletResolverTestSupport {