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 4b381b3b9246785510b52c6dfeafdae77ece6d79 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Jul 25 12:05:10 2016 +0000 SLING-3821 Run launchpad integration tests against Sling on Karaf update TODOs (exclusions) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1753980 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 4344ff0..76bb005 100644 --- a/pom.xml +++ b/pom.xml @@ -269,22 +269,25 @@ <excludes> <exclude>org/apache/sling/launchpad/webapp/integrationtest/FiltersTest.*</exclude> <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude> - <!-- TODO PAXWEB-935 --> + <!-- SLING-5414 Launchpad/Provisioning Model only --> + <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude> + <!-- TODO (PAXWEB-935) SlingWebDavServletTest.testHandlerOrder:76->checkHandler:93->RenderingTestBase.assertContains:36 Content does not contain 'test-io-handler-1-' --> <exclude>org/apache/sling/launchpad/webapp/integrationtest/SlingWebDavServletTest.*</exclude> + <!-- TODO (PAXWEB-935) WebdavDeleteTest.testDelete:70 expected:<200> but was:<404> --> <exclude>org/apache/sling/launchpad/webapp/integrationtest/WebdavDeleteTest.*</exclude> - <!-- TODO --> + <!-- 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 OakAccess0000: Access denied --> + <!-- TODO UpdateUserTest.testChangeUserPassword:100 expected:<200> but was:<500> --> + <!-- TODO UpdateUserTest.testUpdateUser:76 expected:<200> but was:<500> --> + <!-- TODO UpdateUserTest.testUpdateUserResponseAsJSON:148 Expected status 200 for http://localhost:55658/system/userManager/user/testUser1469444618835.update.json ... expected:<200> but was:<500> --> <exclude>org/apache/sling/launchpad/webapp/integrationtest/userManager/UpdateUserTest.*</exclude> - <!-- TODO testWithJspForward: 404 --> + <!-- TODO JspForwardTest.testWithJspForward:152 Content includes JSP marker --> <exclude>org/apache/sling/launchpad/webapp/integrationtest/JspForwardTest.*</exclude> - <!-- SLING-5414 Launchpad/Provisioning Model only --> - <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude> - <!-- TODO --> - <exclude>org/apache/sling/launchpad/webapp/integrationtest/MappingEventsProxyTest.*</exclude> - <!-- TODO repoinit --> - <exclude>**/RepoinitPathTest.*</exclude> - <exclude>**/SystemUsersTest.*</exclude> + <!-- TODO RepoinitPathTest.pathExists:42 null --> + <exclude>org/apache/sling/launchpad/webapp/integrationtest/repository/RepoinitPathTest.*</exclude> + <!-- TODO SystemUsersTest.provisioningModelUser:62->assertSystemUser:45 Impersonation as provisioningModelUser failed: javax.jcr.LoginException: Login Failure: all modules ignored --> + <exclude>org/apache/sling/launchpad/webapp/integrationtest/repository/SystemUsersTest.*</exclude> </excludes> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
