mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Updates tests to new version of methods without ServletContext
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user