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 <[email protected]>
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
[email protected].