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:
Donald J. Brown
2006-05-07 04:23:21 +00:00
parent 5624d647e9
commit 8ba8bc5fcf
@@ -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();