Updates tests to new version of methods without ServletContext

This commit is contained in:
Lukasz Lenart
2014-02-17 09:34:10 +01:00
parent d4ddd74ebe
commit ddd27197f5
@@ -119,8 +119,7 @@ public abstract class AbstractTagTest extends StrutsTestCase {
session,
new ApplicationMap(pageContext.getServletContext()),
request,
response,
pageContext.getServletContext());
response);
// let's not set the locale -- there is a test that checks if Dispatcher actually picks this up...
// ... but generally we want to just use no locale (let it stay system default)
extraContext.remove(ActionContext.LOCALE);