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 851440614 Removes duplicated code coverage badge add 5a3d2c4eb WW-5219 Moves TestNG related classes into TestNG plugin Also moves test classes under testng package new b40f3efc7 Merge pull request #594 from apache/WW-5219-move-testng 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: core/pom.xml | 3 +- .../JakartaStreamMultiPartRequestTest.java | 43 ++++++++++------------ plugins/testng/pom.xml | 1 - .../struts2/{ => testng}/StrutsTestCase.java | 6 +-- .../struts2/testng}/TestNGXWorkTestCase.java | 3 +- .../{ => testng}/TestNGStrutsTestCaseTest.java | 9 +++-- .../struts2/testng}/TestNGXWorkTestCaseTest.java | 7 ++-- pom.xml | 4 +- 8 files changed, 35 insertions(+), 41 deletions(-) rename plugins/testng/src/main/java/org/apache/struts2/{ => testng}/StrutsTestCase.java (96%) rename {core/src/main/java/com/opensymphony/xwork2 => plugins/testng/src/main/java/org/apache/struts2/testng}/TestNGXWorkTestCase.java (96%) rename plugins/testng/src/test/java/org/apache/struts2/{ => testng}/TestNGStrutsTestCaseTest.java (95%) rename {core/src/test/java/com/opensymphony/xwork2 => plugins/testng/src/test/java/org/apache/struts2/testng}/TestNGXWorkTestCaseTest.java (95%)