You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/02/06 15:09:52 UTC

svn commit: r1781913 - /sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml

Author: olli
Date: Mon Feb  6 15:09:52 2017
New Revision: 1781913

URL: http://svn.apache.org/viewvc?rev=1781913&view=rev
Log:
SLING-3821 Run launchpad integration tests against Sling on Karaf

use org.apache.sling.launchpad.integration-tests 1.0.3-SNAPSHOT and adjust excludes

Modified:
    sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml

Modified: sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml?rev=1781913&r1=1781912&r2=1781913&view=diff
==============================================================================
--- sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml (original)
+++ sling/trunk/karaf/org.apache.sling.karaf-launchpad-oak-tar-integration-tests/pom.xml Mon Feb  6 15:09:52 2017
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -282,8 +282,6 @@
                 <!-- TODO AuthenticationResponseCodeTest.testValidatingIncorrectCookie:118->assertXReason:245 » IO -->
                 <!-- TODO AuthenticationResponseCodeTest.testValidatingIncorrectHttpBasicCredentials:134->assertXReason:245 » IO -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/auth/AuthenticationResponseCodeTest.*</exclude>
-                <!-- TODO FiltersTest.testCounters:33 Expecting header 'FILTER_COUNTER_HTTPSERVICE' -->
-                <exclude>org/apache/sling/launchpad/webapp/integrationtest/FiltersTest.*</exclude>
               </excludes>
             </configuration>
           </plugin>