mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Adding a configuration reset to ensure altSyntax is enabled
git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -49,6 +49,7 @@ import org.apache.struts.action2.views.jsp.ParamTag;
|
||||
import org.apache.struts.action2.dispatcher.DispatcherUtils;
|
||||
import com.opensymphony.xwork.ActionContext;
|
||||
import com.opensymphony.xwork.util.OgnlValueStack;
|
||||
import org.apache.struts.action2.config.Configuration;
|
||||
|
||||
/**
|
||||
*/
|
||||
@@ -79,7 +80,9 @@ public class PortletUrlTagTest extends MockObjectTestCase {
|
||||
public void setUp() throws Exception {
|
||||
super.setUp();
|
||||
|
||||
mockPortletApiAvailable();
|
||||
Configuration.reset();
|
||||
|
||||
mockPortletApiAvailable();
|
||||
|
||||
stack = new OgnlValueStack();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user