This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from 13d9053 WW-4952 Uses struts parent 13 to fix issue with wrong release profile add 53825df increase test coverage new 65dbe95 Merge pull request #254 from yasserzamani/master The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../com/opensymphony/xwork2/ChainResultTest.java | 37 ++++++++- .../apache/struts2/result/PostbackResultTest.java | 96 ++++++++++++++++++++++ .../result/ServletActionRedirectResultTest.java | 76 +++++++++++++++-- .../struts2/result/StrutsResultSupportTest.java | 40 ++++++--- 4 files changed, 229 insertions(+), 20 deletions(-) create mode 100644 core/src/test/java/org/apache/struts2/result/PostbackResultTest.java