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

bdelacretaz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new cf42a9f  SLING-7834 - remove superfluous @RunWith
cf42a9f is described below

commit cf42a9f17d3d1128e76d857f544d704f3aae8522
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri Aug 17 12:55:38 2018 +0200

    SLING-7834 - remove superfluous @RunWith
---
 .../integrationtest/resourceresolver/ResourceResolverGeneralTest.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/resourceresolver/ResourceResolverGeneralTest.java
 
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/resourceresolver/ResourceResolverGeneralTest.java
index 84d76e8..78c4ef3 100644
--- 
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/resourceresolver/ResourceResolverGeneralTest.java
+++ 
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/resourceresolver/ResourceResolverGeneralTest.java
@@ -39,7 +39,6 @@ import org.apache.sling.api.resource.ResourceResolverFactory;
 import org.apache.sling.api.resource.ResourceUtil;
 import org.apache.sling.api.resource.ValueMap;
 import org.apache.sling.jcr.base.util.AccessControlUtil;
-import org.apache.sling.junit.annotations.SlingAnnotationsTestRunner;
 import org.apache.sling.junit.rules.TeleporterRule;
 import org.apache.sling.launchpad.testservices.events.EventsCounter;
 import 
org.apache.sling.launchpad.testservices.exported.FakeSlingHttpServletRequest;
@@ -58,7 +57,6 @@ import org.junit.runner.RunWith;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-@RunWith(SlingAnnotationsTestRunner.class)
 public class ResourceResolverGeneralTest {
 
     public static final String PROP_REDIRECT_INTERNAL = 
"sling:internalRedirect";

Reply via email to