This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git
commit 753ff7a88c3bf3e88714646fa33cbb253bbc13bd Author: Oliver Lietz <[email protected]> AuthorDate: Mon Feb 6 15:09:52 2017 +0000 SLING-3821 Run launchpad integration tests against Sling on Karaf use org.apache.sling.launchpad.integration-tests 1.0.3-SNAPSHOT and adjust excludes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1781913 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b95d6a3..b86a61e 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
