Fix tests

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@805238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-08-18 00:39:34 +00:00
parent ca8f4918ff
commit c9d10a6b05
@@ -64,6 +64,9 @@ public class FormTest extends AbstractUITagTest {
EasyMock.expect(proxy.getMethod()).andReturn("execute").anyTimes();
EasyMock.expect(proxy.getConfig()).andReturn(config).anyTimes();
EasyMock.replay(invocation);
EasyMock.replay(proxy);
ActionContext.getContext().setActionInvocation(invocation);
}
}