mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user