Testsuite: com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest
Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 0.743 sec

Testcase: testEmptyValuesDoNotSetFieldErrors took 0.415 sec
	FAILED
mockActionInvocation: Unexpected call: getAction()
Expected one of:
invoke() [not called]
getStack() [not called]
addPreResultListener(<ANY>) [not called]

junit.framework.AssertionFailedError: mockActionInvocation: Unexpected call: getAction()
Expected one of:
invoke() [not called]
getStack() [not called]
addPreResultListener(<ANY>) [not called]

	at com.mockobjects.dynamic.Mock.invoke(Mock.java:91)
	at $Proxy0.getAction(Unknown Source)
	at com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.before(ConversionErrorInterceptor.java:98)
	at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:30)
	at com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest.testEmptyValuesDoNotSetFieldErrors(WebWorkConversionErrorInterceptorTest.java:48)

Testcase: testFieldErrorAdded took 0.002 sec
	FAILED
mockActionInvocation: Unexpected call: getAction()
Expected one of:
invoke() [not called]
getStack() [not called]
addPreResultListener(<ANY>) [not called]

junit.framework.AssertionFailedError: mockActionInvocation: Unexpected call: getAction()
Expected one of:
invoke() [not called]
getStack() [not called]
addPreResultListener(<ANY>) [not called]

	at com.mockobjects.dynamic.Mock.invoke(Mock.java:91)
	at $Proxy0.getAction(Unknown Source)
	at com.opensymphony.xwork.interceptor.ConversionErrorInterceptor.before(ConversionErrorInterceptor.java:98)
	at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:30)
	at com.opensymphony.webwork.interceptor.WebWorkConversionErrorInterceptorTest.testFieldErrorAdded(WebWorkConversionErrorInterceptorTest.java:61)

