From commits-return-67057-archive-asf-public=cust-asf.ponee.io@sling.apache.org Thu May 3 14:03:33 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEE6D180625 for ; Thu, 3 May 2018 14:03:32 +0200 (CEST) Received: (qmail 47694 invoked by uid 500); 3 May 2018 12:03:31 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 47685 invoked by uid 99); 3 May 2018 12:03:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2018 12:03:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 47B8785221; Thu, 3 May 2018 12:03:31 +0000 (UTC) Date: Thu, 03 May 2018 12:03:31 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-launchpad-integration-tests] branch master updated: SLING-7637 - fix test, something subtly changed either in HttpClient behavior or server-side, see ticket for more info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152534901125.30999.11111888189037857946@gitbox.apache.org> From: bdelacretaz@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-launchpad-integration-tests X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8cd77e52769fb9bf708321c41f882e84ce888a30 X-Git-Newrev: 2001e979f756eba37aa71e6c6db850987e8e33ed X-Git-Rev: 2001e979f756eba37aa71e6c6db850987e8e33ed X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 2001e97 SLING-7637 - fix test, something subtly changed either in HttpClient behavior or server-side, see ticket for more info 2001e97 is described below commit 2001e979f756eba37aa71e6c6db850987e8e33ed Author: Bertrand Delacretaz AuthorDate: Thu May 3 14:03:03 2018 +0200 SLING-7637 - fix test, something subtly changed either in HttpClient behavior or server-side, see ticket for more info --- .../sling/launchpad/webapp/integrationtest/PropertyRenderingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/PropertyRenderingTest.java b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/PropertyRenderingTest.java index b88d508..925026c 100644 --- a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/PropertyRenderingTest.java +++ b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/PropertyRenderingTest.java @@ -110,7 +110,7 @@ public class PropertyRenderingTest extends RenderingTestBase { public void testMultiValuedTextNoExt() throws IOException { // multi-valued properties can't be adapted to a stream, so this returns an error - assertHttpStatus(displayUrl + "/multiText", 403); + assertHttpStatus(displayUrl + "/multiText/", 403); } public void testResourceTypeNoExt() throws IOException { -- To stop receiving notification emails like this one, please contact bdelacretaz@apache.org.