This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch WW-5382-stale-config
in repository https://gitbox.apache.org/repos/asf/struts.git

    from 2024d8317 WW-5382 Fix stale bootstrap context on ActionContext
     add bda8f011a WW-5382 Rework existing Dispatcher tests and base test 
classes

No new revisions were added by this update.

Summary of changes:
 .../opensymphony/xwork2/XWorkJUnit4TestCase.java   |   4 -
 .../com/opensymphony/xwork2/XWorkTestCase.java     |   4 -
 .../apache/struts2/dispatcher/ContainerHolder.java |  12 +-
 .../org/apache/struts2/dispatcher/Dispatcher.java  |   2 +-
 .../apache/struts2/dispatcher/MockDispatcher.java  |  59 ---
 .../apache/struts2/util/StrutsTestCaseHelper.java  |  24 +-
 .../org/apache/struts2/StrutsInternalTestCase.java |   7 +-
 .../struts2/StrutsJUnit4InternalTestCase.java      |  43 ++
 .../apache/struts2/dispatcher/DispatcherTest.java  | 453 +++++++++------------
 .../apache/struts2/views/jsp/AbstractTagTest.java  |   6 +-
 .../apache/struts2/junit/StrutsJUnit4TestCase.java |  10 +-
 .../org/apache/struts2/junit/StrutsTestCase.java   |  11 +-
 .../apache/struts2/StrutsTestCasePortletTests.java |  24 +-
 .../org/apache/struts2/testng/StrutsTestCase.java  |  12 +-
 14 files changed, 287 insertions(+), 384 deletions(-)
 delete mode 100644 
core/src/main/java/org/apache/struts2/dispatcher/MockDispatcher.java
 create mode 100644 
core/src/test/java/org/apache/struts2/StrutsJUnit4InternalTestCase.java

Reply via email to