This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch action-context-boost in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/action-context-boost by this push: new 78fc84b WW-4789 WW-3788 Removes duplicated value assignment 78fc84b is described below commit 78fc84bfdc456dc5a3fb166fbdb098242bb8d9da Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Apr 4 09:13:50 2020 +0200 WW-4789 WW-3788 Removes duplicated value assignment --- .../test/java/org/apache/struts2/result/ServletRedirectResultTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/java/org/apache/struts2/result/ServletRedirectResultTest.java b/core/src/test/java/org/apache/struts2/result/ServletRedirectResultTest.java index 8267b4c..67cd45d 100644 --- a/core/src/test/java/org/apache/struts2/result/ServletRedirectResultTest.java +++ b/core/src/test/java/org/apache/struts2/result/ServletRedirectResultTest.java @@ -461,7 +461,6 @@ public class ServletRedirectResultTest extends StrutsInternalTestCase implements MockActionInvocation ai = new MockActionInvocation(); ai.setInvocationContext(ac); ai.setResultCode("myResult"); - ai.setInvocationContext(ac); ActionProxy mockActionProxy = createNiceMock(ActionProxy.class); ai.setProxy(mockActionProxy);