WW-5095 Sets ActionMapping when preparing a test nv

This commit is contained in:
Lukasz Lenart
2020-11-11 07:27:40 +01:00
parent f6365e7363
commit 1d18e8f9a8
@@ -165,6 +165,8 @@ public abstract class StrutsJUnit4TestCase<T> extends XWorkJUnit4TestCase {
ServletActionContext.setRequest(request);
ServletActionContext.setResponse(response);
ServletActionContext.getContext().put(ServletActionContext.ACTION_MAPPING, mapping);
return proxy;
}