This is an automated email from the ASF dual-hosted git repository.
enorman 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 aed34f7 SLING-10073 fix test to compensate for SLING-10006
aed34f7 is described below
commit aed34f7783352fafc4ad935a8bab9165cc91e7d8
Author: Eric Norman <[email protected]>
AuthorDate: Tue Jan 19 15:07:14 2021 -0800
SLING-10073 fix test to compensate for SLING-10006
---
.../servlets/resolver/errorhandler/ErrorHandlingTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolver/errorhandler/ErrorHandlingTest.java
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolver/errorhandler/ErrorHandlingTest.java
index ffd63a2..81707a3 100644
---
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolver/errorhandler/ErrorHandlingTest.java
+++
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolver/errorhandler/ErrorHandlingTest.java
@@ -169,7 +169,7 @@ public class ErrorHandlingTest extends RenderingTestBase {
}
public void test_errorhandling_POST_operation_SlingPostServlet() throws
Throwable{
- final String expected = "Exception thrown - custom error page";
+ final String expected = "Internal Server Error (500) - custom
error page";
final String url = testNodePath +".html";
List <NameValuePair> params=new ArrayList<NameValuePair>();
params.add(new
NameValuePair(SlingPostConstants.RP_OPERATION,"notExistingOperation"));